Comparing version 1.3.0 to 1.3.1
@@ -60,3 +60,2 @@ // Regex for identifying class names in CSS selectors | ||
for (const classname of extractClasses(rule.selectorText)) { | ||
console.log('INGESTING', classname); | ||
defined.add(classname); | ||
@@ -63,0 +62,0 @@ } |
{ | ||
"name": "checkcss", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "Utility method for warning when elements have a `class` attribute that refers to an undefined CSS class", |
@@ -71,3 +71,2 @@ // Regex for identifying class names in CSS selectors | ||
for (const classname of extractClasses(rule.selectorText)) { | ||
console.log('INGESTING', classname); | ||
defined.add(classname); | ||
@@ -74,0 +73,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
14324
255