Skip to content

Commit

Permalink
Add missing .grid-flow-dense utility (#8193)
Browse files Browse the repository at this point in the history
  • Loading branch information
hacknug committed May 4, 2022
1 parent 94c05d5 commit 220e350
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/corePlugins.js
Expand Up @@ -884,6 +884,7 @@ export let corePlugins = {
addUtilities({
'.grid-flow-row': { gridAutoFlow: 'row' },
'.grid-flow-col': { gridAutoFlow: 'column' },
'.grid-flow-dense': { gridAutoFlow: 'dense' },
'.grid-flow-row-dense': { gridAutoFlow: 'row dense' },
'.grid-flow-col-dense': { gridAutoFlow: 'column dense' },
})
Expand Down

0 comments on commit 220e350

Please sign in to comment.