Comparing version 0.1.21 to 0.1.22
@@ -77,4 +77,4 @@ /* | ||
else if(name.indexOf('MEDIUM') !== -1) {return 'm';} | ||
else if(name.indexOf('XX_LARGE') !== -1) {return 'xxl';} | ||
else if(name.indexOf('X_LARGE') !== -1) {return 'xl';} | ||
else if(name.indexOf('XX_LARGE') !== -1) {return 'xx';} | ||
else if(name.indexOf('X_LARGE') !== -1) {return 'x';} | ||
else if(name.indexOf('LARGE') !== -1) {return 'l';} | ||
@@ -81,0 +81,0 @@ else {return 'n';} |
{ | ||
"name": "theo", | ||
"version": "0.1.21", | ||
"version": "0.1.22", | ||
"description": "Theme tokenizer working with JSON input generating variables for Sass, Stylus, Less, Aura, iOS (plist), Android (XML) and HTML docs.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
162244