Skip to content

Commit 17c060e

Browse files
MichaelAllenWarnerMichael Warner
andauthored
add 'max-h-none' utility (#10467)
Co-authored-by: Michael Warner <[email protected]>
1 parent 885e134 commit 17c060e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stubs/defaultConfig.stub.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -584,6 +584,7 @@ module.exports = {
584584
}),
585585
maxHeight: ({ theme }) => ({
586586
...theme('spacing'),
587+
none: 'none',
587588
full: '100%',
588589
screen: '100vh',
589590
min: 'min-content',

0 commit comments

Comments
 (0)