postcss-ordered-values
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -0,3 +1,7 @@ | ||
# 1.0.1 | ||
* The module will now recognise `auto` as a valid value. | ||
# 1.0.0 | ||
* Initial release. |
@@ -21,3 +21,3 @@ 'use strict'; | ||
var borderStyles = ['none', 'hidden', 'dotted', 'dashed', 'solid', 'double', 'groove', 'ridge', 'inset', 'outset']; | ||
var borderStyles = ['none', 'auto', 'hidden', 'dotted', 'dashed', 'solid', 'double', 'groove', 'ridge', 'inset', 'outset']; | ||
@@ -24,0 +24,0 @@ var normalizeBorder = function normalizeBorder(decl) { |
{ | ||
"name": "postcss-ordered-values", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Ensure values are ordered consistently in your CSS.", | ||
@@ -5,0 +5,0 @@ "main": "dist/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
5806