2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

update to stylelint order from v4

This commit is contained in:
Mark Otto
2018-04-08 18:07:05 -07:00
parent 07ee6c8ea1
commit babd48fb81
+27 -2
View File
@@ -48,9 +48,11 @@
"flex-direction", "flex-direction",
"flex-wrap", "flex-wrap",
"flex-flow", "flex-flow",
"flex-shrink",
"flex-grow", "flex-grow",
"flex-order", "flex-order",
"flex-pack", "flex-pack",
"align-content",
"align-items", "align-items",
"align-self", "align-self",
"justify-content", "justify-content",
@@ -79,6 +81,18 @@
"-ms-overflow-x", "-ms-overflow-x",
"-ms-overflow-y", "-ms-overflow-y",
"-ms-overflow-style", "-ms-overflow-style",
"columns",
"column-count",
"column-fill",
"column-gap",
"column-rule",
"column-rule-width",
"column-rule-style",
"column-rule-color",
"column-span",
"column-width",
"orphans",
"widows",
"clip", "clip",
"clear", "clear",
"font", "font",
@@ -94,6 +108,7 @@
"font-emphasize-position", "font-emphasize-position",
"font-emphasize-style", "font-emphasize-style",
"font-smooth", "font-smooth",
"src",
"hyphens", "hyphens",
"line-height", "line-height",
"color", "color",
@@ -126,6 +141,8 @@
"tab-size", "tab-size",
"white-space", "white-space",
"vertical-align", "vertical-align",
"direction",
"unicode-bidi",
"list-style", "list-style",
"list-style-position", "list-style-position",
"list-style-type", "list-style-type",
@@ -155,6 +172,7 @@
"background", "background",
"background-color", "background-color",
"background-image", "background-image",
"filter",
"background-repeat", "background-repeat",
"background-attachment", "background-attachment",
"background-position", "background-position",
@@ -163,7 +181,6 @@
"background-clip", "background-clip",
"background-origin", "background-origin",
"background-size", "background-size",
"filter",
"border", "border",
"border-color", "border-color",
"border-style", "border-style",
@@ -203,6 +220,9 @@
"box-shadow", "box-shadow",
"opacity", "opacity",
"-ms-interpolation-mode", "-ms-interpolation-mode",
"page-break-after",
"page-break-before",
"page-break-inside",
"transition", "transition",
"transition-delay", "transition-delay",
"transition-timing-function", "transition-timing-function",
@@ -210,6 +230,8 @@
"transition-property", "transition-property",
"transform", "transform",
"transform-origin", "transform-origin",
"perspective",
"appearance",
"animation", "animation",
"animation-name", "animation-name",
"animation-duration", "animation-duration",
@@ -217,7 +239,10 @@
"animation-timing-function", "animation-timing-function",
"animation-delay", "animation-delay",
"animation-iteration-count", "animation-iteration-count",
"animation-direction" "animation-direction",
"animation-fill-mode",
"fill",
"stroke"
], ],
"property-no-vendor-prefix": true, "property-no-vendor-prefix": true,
"rule-empty-line-before": null, "rule-empty-line-before": null,