diff options
| author | Mark Otto <[email protected]> | 2016-02-06 00:20:24 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-02-06 00:20:24 -0800 |
| commit | 263e06a021c0ea666db71ce65fe1360e7e8e5baf (patch) | |
| tree | 6fb7c4f96cc41d4d8ec27a4d7a9572aaf66a9b44 | |
| parent | 18be3be3f48d7d813ccc71d4594c836e6dbddb04 (diff) | |
| download | bootstrap-263e06a021c0ea666db71ce65fe1360e7e8e5baf.tar.xz bootstrap-263e06a021c0ea666db71ce65fe1360e7e8e5baf.zip | |
rearrange scss lint config to put flex over float
| -rw-r--r-- | scss/.scss-lint.yml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/scss/.scss-lint.yml b/scss/.scss-lint.yml index b736c3699..f93f30d37 100644 --- a/scss/.scss-lint.yml +++ b/scss/.scss-lint.yml @@ -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", |
