postcss-ordered-values
Advanced tools
Comparing version
@@ -0,1 +1,5 @@ | ||
# 1.1.1 | ||
* Fixes an issue where `flex` properties were being mangled by the module. | ||
# 1.1.0 | ||
@@ -2,0 +6,0 @@ |
@@ -27,3 +27,3 @@ 'use strict'; | ||
// flex-flow: <flex-direction> || <flex-wrap> | ||
var flexFlowProps = 'flex-flow'; | ||
var flexFlowProps = ['flex-flow']; | ||
@@ -30,0 +30,0 @@ var flexDirection = ['row', 'row-reverse', 'column', 'column-reverse']; |
{ | ||
"name": "postcss-ordered-values", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Ensure values are ordered consistently in your CSS.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
7240
1.22%