postcss-values-parser
Advanced tools
Comparing version
@@ -17,3 +17,3 @@ /* | ||
const unitRegex = /%|ch|cm|em|ex|in|mm|pc|pt|px|q|rem|vh|vmax|vmin|vw$/i; | ||
const unitRegex = /%|ch|cm|em|ex|in|mm|ms|pc|pt|px|s|q|rem|vh|vmax|vmin|vw$/i; | ||
@@ -20,0 +20,0 @@ class Numeric extends Node { |
{ | ||
"name": "postcss-values-parser", | ||
"version": "3.0.4", | ||
"version": "3.0.5", | ||
"description": "A CSS property value parser for use with PostCSS", | ||
@@ -5,0 +5,0 @@ "license": "MPL-2.0", |
53464
0.01%