mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-01 11:20:26 +02:00
single array == no rogue spaces
This commit is contained in:
@@ -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",
|
||||
|
411
dist/css/bootstrap.css
vendored
411
dist/css/bootstrap.css
vendored
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user