Commit 263e06a0 authored by Mark Otto's avatar Mark Otto
Browse files

rearrange scss lint config to put flex over float

parent 18be3be3
Showing with 6 additions and 6 deletions
+6 -6
...@@ -106,6 +106,12 @@ linters: ...@@ -106,6 +106,12 @@ linters:
"-moz-box-sizing", "-moz-box-sizing",
"box-sizing", "box-sizing",
"display", "display",
"flex",
"flex-direction",
"flex-flow",
"flex-order",
"flex-pack",
"flex-align",
"float", "float",
"width", "width",
"min-width", "min-width",
...@@ -113,12 +119,6 @@ linters: ...@@ -113,12 +119,6 @@ linters:
"height", "height",
"min-height", "min-height",
"max-height", "max-height",
"flex",
"flex-direction",
"flex-flow",
"flex-order",
"flex-pack",
"flex-align",
"padding", "padding",
"padding-top", "padding-top",
"padding-right", "padding-right",
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment