Skip to content

Commit

Permalink
Fix order of flex-* properties
Browse files Browse the repository at this point in the history
  • Loading branch information
stormwarning committed Sep 22, 2024
1 parent cf33c5e commit 5cf1bdb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions groups.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ const propertyGroups = [
{
properties: [
'flex',
'flex-basis',
'flex-direction',
'flex-flow',
'flex-grow',
'flex-shrink',
'flex-basis',
'flex-flow',
'flex-direction',
'flex-wrap',
'-webkit-box-orient',
],
Expand Down

0 comments on commit 5cf1bdb

Please sign in to comment.