Skip to content

Commit

Permalink
add 'max-h-none' utility (#10467)
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Warner <michaelwarner@Michaels-MacBook-Pro.local>
  • Loading branch information
MichaelAllenWarner and Michael Warner committed Feb 2, 2023
1 parent 885e134 commit 17c060e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stubs/defaultConfig.stub.js
Original file line number Diff line number Diff line change
Expand Up @@ -584,6 +584,7 @@ module.exports = {
}),
maxHeight: ({ theme }) => ({
...theme('spacing'),
none: 'none',
full: '100%',
screen: '100vh',
min: 'min-content',
Expand Down

0 comments on commit 17c060e

Please sign in to comment.