diff options
| author | Mark Otto <[email protected]> | 2013-12-08 22:32:07 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-12-08 22:32:07 -0800 |
| commit | e90ce1c0d540f4ddfe54cc84c8bd6e96f9f92f10 (patch) | |
| tree | 8f8fa036dab686da7473142e921579acee29f13e /.csscomb.json | |
| parent | 4540f9e2d26e4e5b4838dc55133110ef5eab2046 (diff) | |
| download | bootstrap-e90ce1c0d540f4ddfe54cc84c8bd6e96f9f92f10.tar.xz bootstrap-e90ce1c0d540f4ddfe54cc84c8bd6e96f9f92f10.zip | |
single array == no rogue spaces
Diffstat (limited to '.csscomb.json')
| -rw-r--r-- | .csscomb.json | 26 |
1 files changed, 6 insertions, 20 deletions
diff --git a/.csscomb.json b/.csscomb.json index 42cf0d96c..cae12cf82 100644 --- a/.csscomb.json +++ b/.csscomb.json @@ -1,5 +1,4 @@ { - "always-semicolon": true, "block-indent": true, "colon-space": true, @@ -15,7 +14,6 @@ "strip-spaces": true, "unitless-zero": true, "vendor-prefix-align": true, - "sort-order": [ [ "font", @@ -31,17 +29,13 @@ "font-emphasize-position", "font-emphasize-style", "font-smooth", - "line-height" - ], - [ + "line-height", "position", "z-index", "top", "right", "bottom", - "left" - ], - [ + "left", "display", "visibility", "float", @@ -56,9 +50,7 @@ "flex-direction", "flex-order", "flex-pack", - "flex-align" - ], - [ + "flex-align", "-webkit-box-sizing", "-moz-box-sizing", "box-sizing", @@ -77,9 +69,7 @@ "padding-top", "padding-right", "padding-bottom", - "padding-left" - ], - [ + "padding-left", "table-layout", "empty-cells", "caption-side", @@ -88,9 +78,7 @@ "list-style", "list-style-position", "list-style-type", - "list-style-image" - ], - [ + "list-style-image", "content", "quotes", "counter-reset", @@ -216,9 +204,7 @@ "-webkit-hyphens", "-moz-hyphens", "hyphens", - "pointer-events" - ], - [ + "pointer-events", "opacity", "filter:progid:DXImageTransform.Microsoft.Alpha(Opacity", "-ms-filter:\\'progid:DXImageTransform.Microsoft.Alpha", |
