mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-30 03:00:24 +00:00
Add flex-wrap and overflow-wrap properties to the list of property order in .scss-lint.yml
This commit is contained in:
parent
a0f10e6dcb
commit
df6d3b445e
1 changed files with 2 additions and 0 deletions
|
|
@ -152,6 +152,7 @@ linters:
|
|||
- flex-align
|
||||
- flex-basis
|
||||
- flex-direction
|
||||
- flex-wrap
|
||||
- flex-flow
|
||||
- flex-grow
|
||||
- flex-order
|
||||
|
|
@ -228,6 +229,7 @@ linters:
|
|||
- word-spacing
|
||||
- -ms-word-wrap
|
||||
- word-wrap
|
||||
- overflow-wrap
|
||||
- -moz-tab-size
|
||||
- -o-tab-size
|
||||
- tab-size
|
||||
|
|
|
|||
Loading…
Reference in a new issue