mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-11 13:53:09 +00:00
rearrange scss lint config to put flex over float
This commit is contained in:
parent
18be3be3f4
commit
263e06a021
1 changed files with 6 additions and 6 deletions
|
|
@ -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:
|
||||||
"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",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue