Skip to content

Commit

Permalink
Rename break-inside: avoid-column utility to `break-inside-avoid-co…
Browse files Browse the repository at this point in the history
…lumn`
  • Loading branch information
reinink committed Sep 23, 2021
1 parent 9ae741a commit 25abdd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/corePlugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -831,7 +831,7 @@ export let breakInside = ({ addUtilities }) => {
'.break-inside-auto': { 'break-inside': 'auto' },
'.break-inside-avoid': { 'break-inside': 'avoid' },
'.break-inside-avoid-page': { 'break-inside': 'avoid-page' },
'.break-inside-avoid-col': { 'break-inside': 'avoid-column' },
'.break-inside-avoid-column': { 'break-inside': 'avoid-column' },
})
}

Expand Down

0 comments on commit 25abdd5

Please sign in to comment.