@erickmerchant/framework
Advanced tools
Comparing version 44.5.0 to 45.0.0
@@ -201,3 +201,2 @@ const weakMap = new WeakMap() | ||
const colon = ':' === firstChar | ||
const atSign = '@' === firstChar | ||
@@ -211,8 +210,3 @@ if (colon) { | ||
if ( | ||
token.type === tokenTypes.variable && | ||
!colon && | ||
!atSign && | ||
!html.dev | ||
) { | ||
if (token.type === tokenTypes.variable && !colon && !html.dev) { | ||
value = variables[value] | ||
@@ -219,0 +213,0 @@ constant = true |
{ | ||
"name": "@erickmerchant/framework", | ||
"version": "44.5.0", | ||
"version": "45.0.0", | ||
"description": "A front-end framework.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/erickmerchant/framework#readme", |
16868
546