From 17c060e711355ba1a2de2729cf1a36c25d7ea5e1 Mon Sep 17 00:00:00 2001 From: MichaelAllenWarner <44578578+MichaelAllenWarner@users.noreply.github.com> Date: Thu, 2 Feb 2023 09:52:41 -0500 Subject: [PATCH] add 'max-h-none' utility (#10467) Co-authored-by: Michael Warner --- stubs/defaultConfig.stub.js | 1 + 1 file changed, 1 insertion(+) diff --git a/stubs/defaultConfig.stub.js b/stubs/defaultConfig.stub.js index 8c73283f7173..8a3fac7a3fcc 100644 --- a/stubs/defaultConfig.stub.js +++ b/stubs/defaultConfig.stub.js @@ -584,6 +584,7 @@ module.exports = { }), maxHeight: ({ theme }) => ({ ...theme('spacing'), + none: 'none', full: '100%', screen: '100vh', min: 'min-content',