Skip to content

Commit

Permalink
Shortcut properties should always go first so they can be overwritten…
Browse files Browse the repository at this point in the history
… later
  • Loading branch information
Eugene Fedorenko committed Feb 9, 2021
1 parent ba5d38d commit 4654d36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,17 +114,17 @@ module.exports = {

// Flexbox child
'order',
'flex',
'flex-grow',
'flex-shrink',
'flex-basis',
'flex',
'align-self',

// Flexbox parent
'display',
'flex-flow',
'flex-direction',
'flex-wrap',
'flex-flow',
'justify-content',
'align-items',
'align-content',
Expand Down

0 comments on commit 4654d36

Please sign in to comment.