From: Mark Otto Date: Mon, 9 Apr 2018 01:07:05 +0000 (-0700) Subject: update to stylelint order from v4 X-Git-Tag: v3.4.0~48^2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=babd48fb81a693444f3281039928b3d256d9d3bf;p=thirdparty%2Fbootstrap.git update to stylelint order from v4 --- diff --git a/grunt/.stylelintrc b/grunt/.stylelintrc index cb57941210..5f7274f566 100644 --- a/grunt/.stylelintrc +++ b/grunt/.stylelintrc @@ -48,9 +48,11 @@ "flex-direction", "flex-wrap", "flex-flow", + "flex-shrink", "flex-grow", "flex-order", "flex-pack", + "align-content", "align-items", "align-self", "justify-content", @@ -79,6 +81,18 @@ "-ms-overflow-x", "-ms-overflow-y", "-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", "clear", "font", @@ -94,6 +108,7 @@ "font-emphasize-position", "font-emphasize-style", "font-smooth", + "src", "hyphens", "line-height", "color", @@ -126,6 +141,8 @@ "tab-size", "white-space", "vertical-align", + "direction", + "unicode-bidi", "list-style", "list-style-position", "list-style-type", @@ -155,6 +172,7 @@ "background", "background-color", "background-image", + "filter", "background-repeat", "background-attachment", "background-position", @@ -163,7 +181,6 @@ "background-clip", "background-origin", "background-size", - "filter", "border", "border-color", "border-style", @@ -203,6 +220,9 @@ "box-shadow", "opacity", "-ms-interpolation-mode", + "page-break-after", + "page-break-before", + "page-break-inside", "transition", "transition-delay", "transition-timing-function", @@ -210,6 +230,8 @@ "transition-property", "transform", "transform-origin", + "perspective", + "appearance", "animation", "animation-name", "animation-duration", @@ -217,7 +239,10 @@ "animation-timing-function", "animation-delay", "animation-iteration-count", - "animation-direction" + "animation-direction", + "animation-fill-mode", + "fill", + "stroke" ], "property-no-vendor-prefix": true, "rule-empty-line-before": null,