Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
263e06a0
Commit
263e06a0
authored
9 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
rearrange scss lint config to put flex over float
parent
18be3be3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scss/.scss-lint.yml
+6
-6
scss/.scss-lint.yml
with
6 additions
and
6 deletions
+6
-6
scss/.scss-lint.yml
+
6
-
6
View file @
263e06a0
...
@@ -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"
,
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment