1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

single array == no rogue spaces

This commit is contained in:
Mark Otto 2013-12-08 22:32:07 -08:00
parent 4540f9e2d2
commit e90ce1c0d5
2 changed files with 6 additions and 431 deletions

View file

@ -1,5 +1,4 @@
{ {
"always-semicolon": true, "always-semicolon": true,
"block-indent": true, "block-indent": true,
"colon-space": true, "colon-space": true,
@ -15,7 +14,6 @@
"strip-spaces": true, "strip-spaces": true,
"unitless-zero": true, "unitless-zero": true,
"vendor-prefix-align": true, "vendor-prefix-align": true,
"sort-order": [ "sort-order": [
[ [
"font", "font",
@ -31,17 +29,13 @@
"font-emphasize-position", "font-emphasize-position",
"font-emphasize-style", "font-emphasize-style",
"font-smooth", "font-smooth",
"line-height" "line-height",
],
[
"position", "position",
"z-index", "z-index",
"top", "top",
"right", "right",
"bottom", "bottom",
"left" "left",
],
[
"display", "display",
"visibility", "visibility",
"float", "float",
@ -56,9 +50,7 @@
"flex-direction", "flex-direction",
"flex-order", "flex-order",
"flex-pack", "flex-pack",
"flex-align" "flex-align",
],
[
"-webkit-box-sizing", "-webkit-box-sizing",
"-moz-box-sizing", "-moz-box-sizing",
"box-sizing", "box-sizing",
@ -77,9 +69,7 @@
"padding-top", "padding-top",
"padding-right", "padding-right",
"padding-bottom", "padding-bottom",
"padding-left" "padding-left",
],
[
"table-layout", "table-layout",
"empty-cells", "empty-cells",
"caption-side", "caption-side",
@ -88,9 +78,7 @@
"list-style", "list-style",
"list-style-position", "list-style-position",
"list-style-type", "list-style-type",
"list-style-image" "list-style-image",
],
[
"content", "content",
"quotes", "quotes",
"counter-reset", "counter-reset",
@ -216,9 +204,7 @@
"-webkit-hyphens", "-webkit-hyphens",
"-moz-hyphens", "-moz-hyphens",
"hyphens", "hyphens",
"pointer-events" "pointer-events",
],
[
"opacity", "opacity",
"filter:progid:DXImageTransform.Microsoft.Alpha(Opacity", "filter:progid:DXImageTransform.Microsoft.Alpha(Opacity",
"-ms-filter:\\'progid:DXImageTransform.Microsoft.Alpha", "-ms-filter:\\'progid:DXImageTransform.Microsoft.Alpha",

411
dist/css/bootstrap.css vendored

File diff suppressed because it is too large Load diff