Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "theo", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Theme tokenizer working with JSON input generating variables for Sass, Stylus, Less and Aura", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -107,3 +107,3 @@ /* | ||
assert(result.indexOf('<aura:theme >') != -1, 'Could not find main aura tag.'); | ||
assert(result.indexOf('<aura:attribute name="colorPrimary" value="#2a94d6" />') != -1, 'Could not find primary color.'); | ||
assert(result.indexOf('<aura:var name="colorPrimary" value="#2a94d6" />') != -1, 'Could not find primary color.'); | ||
}); | ||
@@ -110,0 +110,0 @@ |
Sorry, the diff of this file is not supported yet
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
19053