Skip to content

Commit

Permalink
feat: add grid-flow-dense utility
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammadsammy committed May 21, 2023
1 parent f6955a0 commit f70f2eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cli/lib/non-configurable/grid.ts
@@ -1,6 +1,7 @@
const gridAutoFlow = [
'grid-flow-row',
'grid-flow-col',
'grid-flow-dense',
'grid-flow-row-dense',
'grid-flow-col-dense',
];
Expand Down

0 comments on commit f70f2eb

Please sign in to comment.