rearrange scss lint config to put flex over float

This commit is contained in:
Mark Otto 2016-02-06 00:20:24 -08:00
parent 18be3be3f4
commit 263e06a021
1 changed files with 6 additions and 6 deletions

View 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",