postcss-values-parser
Advanced tools
Comparing version
@@ -15,3 +15,3 @@ /* | ||
const operators = ['+', '-', '/', '*', '%']; | ||
const operators = ['+', '-', '/', '*', '%', '=', '<=', '>=', '<', '>']; | ||
const operRegex = new RegExp(`([/|*}])`); | ||
@@ -18,0 +18,0 @@ |
{ | ||
"name": "postcss-values-parser", | ||
"version": "6.0.0", | ||
"version": "6.0.1", | ||
"description": "A CSS property value parser for use with PostCSS", | ||
@@ -5,0 +5,0 @@ "license": "MPL-2.0", |
62561
0.04%