]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
update to stylelint order from v4
authorMark Otto <markdotto@gmail.com>
Mon, 9 Apr 2018 01:07:05 +0000 (18:07 -0700)
committerMark Otto <markdotto@gmail.com>
Mon, 9 Apr 2018 01:07:05 +0000 (18:07 -0700)
grunt/.stylelintrc

index cb5794121000efa62cd3b4c3462d10a84bc2187c..5f7274f566d56bd8ac65e3f18f217a1f1b5656b7 100644 (file)
       "flex-direction",
       "flex-wrap",
       "flex-flow",
+      "flex-shrink",
       "flex-grow",
       "flex-order",
       "flex-pack",
+      "align-content",
       "align-items",
       "align-self",
       "justify-content",
       "-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",
       "font-emphasize-position",
       "font-emphasize-style",
       "font-smooth",
+      "src",
       "hyphens",
       "line-height",
       "color",
       "tab-size",
       "white-space",
       "vertical-align",
+      "direction",
+      "unicode-bidi",
       "list-style",
       "list-style-position",
       "list-style-type",
       "background",
       "background-color",
       "background-image",
+      "filter",
       "background-repeat",
       "background-attachment",
       "background-position",
       "background-clip",
       "background-origin",
       "background-size",
-      "filter",
       "border",
       "border-color",
       "border-style",
       "box-shadow",
       "opacity",
       "-ms-interpolation-mode",
+      "page-break-after",
+      "page-break-before",
+      "page-break-inside",
       "transition",
       "transition-delay",
       "transition-timing-function",
       "transition-property",
       "transform",
       "transform-origin",
+      "perspective",
+      "appearance",
       "animation",
       "animation-name",
       "animation-duration",
       "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,