rework-matches
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -48,3 +48,3 @@ var COMMA_PLACEHOLDER = '&'; | ||
'Cannot nest :matches(...) or :not(...) in :matches(...) selector: ' + | ||
selector.replace(/&/g, ','); | ||
selector.replace(/&/g, ',') | ||
); | ||
@@ -54,3 +54,3 @@ } else if (lastIndex === match.index) { | ||
'Cannot have sequential :matches in selector: ' + | ||
selector.replace(/&/g, ','); | ||
selector.replace(/&/g, ',') | ||
); | ||
@@ -57,0 +57,0 @@ } |
{ | ||
"name": "rework-matches", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "A rework plugin for the :matches CSS pseudo-selector.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
5788