postcss-convert-values
Advanced tools
Comparing version 1.0.3 to 1.1.0
@@ -0,1 +1,5 @@ | ||
# 1.1.0 | ||
* Adds support for removing leading zeroes from `rem` values. | ||
# 1.0.3 | ||
@@ -2,0 +6,0 @@ |
@@ -9,3 +9,3 @@ 'use strict'; | ||
var duration = /^((?:[-+]?[\d]+?)(?:\.?(?:[\d]+?))?)(s|ms)/; | ||
var length = /^((?:[-+]?[\d]+?)(?:\.?(?:[\d]+?))?)?(%|em|ex|in|cm|mm|pt|pc|px)?$/; | ||
var length = /^((?:[-+]?[\d]+?)(?:\.?(?:[\d]+?))?)?(%|em|rem|ex|in|cm|mm|pt|pc|px)?$/; | ||
var tidyValue = /^([\d]*)?\.([^1-9]*)?$/; | ||
@@ -12,0 +12,0 @@ |
{ | ||
"name": "postcss-convert-values", | ||
"version": "1.0.3", | ||
"version": "1.1.0", | ||
"description": "Convert values with PostCSS (e.g. ms -> s)", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
6531