postcss-values-parser
Advanced tools
Comparing version
@@ -37,3 +37,3 @@ /* | ||
const { value } = lastNode; | ||
lastNode.isColor = colorRegex.test(value) || colorNames.includes(value); | ||
lastNode.isColor = colorRegex.test(value) || colorNames.includes(value.toLowerCase()); | ||
lastNode.isHex = hexRegex.test(value); | ||
@@ -40,0 +40,0 @@ lastNode.isUrl = isUrl(value); |
{ | ||
"name": "postcss-values-parser", | ||
"version": "3.0.0-beta.4", | ||
"publishConfig": { | ||
"tag": "next" | ||
}, | ||
"version": "3.0.0", | ||
"description": "A CSS property value parser for use with PostCSS", | ||
@@ -49,9 +46,16 @@ "license": "MPL-2.0", | ||
"ava": "^1.2.0", | ||
"chalk": "^2.4.2", | ||
"eslint": "^5.6.0", | ||
"eslint-config-shellscape": "^2.0.2", | ||
"globby": "^9.0.0", | ||
"lint-staged": "^8.0.4", | ||
"nyc": "^13.1.0", | ||
"nyc": "^13.3.0", | ||
"perfy": "^1.1.5", | ||
"postcss-value-parser": "^3.3.1", | ||
"postcss-values-parser": "^2.0.1", | ||
"pre-commit": "^1.2.2", | ||
"prettier": "^1.15.2", | ||
"standard-version": "^4.4.0" | ||
"standard-version": "^4.4.0", | ||
"strip-ansi": "^5.0.0", | ||
"text-table": "^0.2.0" | ||
}, | ||
@@ -58,0 +62,0 @@ "keywords": [ |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
51231
0.33%0
-100%17
70%