Skip to content

Commit

Permalink
updated concentric rules to match the newest property sort order list…
Browse files Browse the repository at this point in the history
… (including flex)
  • Loading branch information
Lucas Jahn committed Oct 31, 2016
1 parent ba435c1 commit 5b7cea7
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions lib/config/property-sort-orders/concentric.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,19 @@ order:
- 'bottom'
- 'left'

- 'flex'
- 'flex-basis'
- 'flex-direction'
- 'flex-flow'
- 'flex-grow'
- 'flex-shrink'
- 'flex-wrap'
- 'align-content'
- 'align-items'
- 'align-self'
- 'justify-content'
- 'order'

- 'columns'
- 'column-gap'
- 'column-fill'
Expand Down Expand Up @@ -46,6 +59,10 @@ order:
- 'margin-left'

- 'outline'
- 'outline-offset'
- 'outline-width'
- 'outline-style'
- 'outline-color'

- 'border'
- 'border-top'
Expand Down Expand Up @@ -79,6 +96,8 @@ order:
- 'box-shadow'

- 'background'
- 'background-attachment'
- 'background-clip'
- 'background-color'
- 'background-image'
- 'background-repeat'
Expand Down

0 comments on commit 5b7cea7

Please sign in to comment.