]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
rearrange scss lint config to put flex over float
authorMark Otto <markdotto@gmail.com>
Sat, 6 Feb 2016 08:20:24 +0000 (00:20 -0800)
committerMark Otto <markdotto@gmail.com>
Sat, 6 Feb 2016 08:20:24 +0000 (00:20 -0800)
scss/.scss-lint.yml

index b736c3699d8bafd46ab0f9d9ecef24973aa717d4..f93f30d37cf3f2694689ffda96218bd3158ca05a 100644 (file)
@@ -106,6 +106,12 @@ linters:
       "-moz-box-sizing",
       "box-sizing",
       "display",
+      "flex",
+      "flex-direction",
+      "flex-flow",
+      "flex-order",
+      "flex-pack",
+      "flex-align",
       "float",
       "width",
       "min-width",
@@ -113,12 +119,6 @@ linters:
       "height",
       "min-height",
       "max-height",
-      "flex",
-      "flex-direction",
-      "flex-flow",
-      "flex-order",
-      "flex-pack",
-      "flex-align",
       "padding",
       "padding-top",
       "padding-right",