postcss-values-parser
Advanced tools
Comparing version
@@ -155,3 +155,3 @@ 'use strict'; | ||
parentCount--; | ||
isURLArg = !isURLArg && parentCount === 1; | ||
isURLArg = isURLArg && parentCount > 0; | ||
tokens.push([')', ')', | ||
@@ -158,0 +158,0 @@ line, pos - offset, |
{ | ||
"name": "postcss-values-parser", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "A CSS property value parser for use with PostCSS", | ||
@@ -17,4 +17,3 @@ "main": "lib/index.js", | ||
"scripts": { | ||
"test": "gulp", | ||
"toc": "markdown-toc -i API.md" | ||
"test": "gulp" | ||
}, | ||
@@ -43,5 +42,4 @@ "keywords": [ | ||
"gulp-eslint": "^5.0.0", | ||
"gulp-mocha": "^6.0.0", | ||
"markdown-toc": "^1.2.0" | ||
"gulp-mocha": "^6.0.0" | ||
} | ||
} |
84595
42.28%6
-14.29%29
11.54%2291
62.02%