rework-matches
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -48,3 +48,3 @@ var COMMA_PLACEHOLDER = '&'; | ||
'Cannot nest :matches(...) or :not(...) in :matches(...) selector: ' + | ||
selector | ||
selector.replace(/&/g, ','); | ||
); | ||
@@ -54,3 +54,3 @@ } else if (lastIndex === match.index) { | ||
'Cannot have sequential :matches in selector: ' + | ||
selector | ||
selector.replace(/&/g, ','); | ||
); | ||
@@ -57,0 +57,0 @@ } |
{ | ||
"name": "rework-matches", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "A rework plugin for the :matches CSS pseudo-selector.", | ||
@@ -18,2 +18,7 @@ "main": "index.js", | ||
"license": "MIT", | ||
"keywords": [ | ||
"rework", | ||
"css", | ||
"matches" | ||
], | ||
"devDependencies": { | ||
@@ -20,0 +25,0 @@ "rework": "~0.20.3", |
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
5790