From f2d2a0e3cd2edda244f74108b49b40d50828f929 Mon Sep 17 00:00:00 2001 From: Luke Warlow Date: Thu, 7 Oct 2021 14:13:50 +0100 Subject: [PATCH] Add min-content and max-content utilities for (min/max) height (#5729) --- stubs/defaultConfig.stub.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/stubs/defaultConfig.stub.js b/stubs/defaultConfig.stub.js index bb7bc27dc..6d1f95273 100644 --- a/stubs/defaultConfig.stub.js +++ b/stubs/defaultConfig.stub.js @@ -504,6 +504,8 @@ module.exports = { '5/6': '83.333333%', full: '100%', screen: '100vh', + min: 'min-content', + max: 'max-content', fit: 'fit-content', }), inset: ({ theme }) => ({ @@ -582,6 +584,8 @@ module.exports = { ...theme('spacing'), full: '100%', screen: '100vh', + min: 'min-content', + max: 'max-content', fit: 'fit-content', }), maxWidth: ({ theme, breakpoints }) => ({ @@ -609,6 +613,8 @@ module.exports = { 0: '0px', full: '100%', screen: '100vh', + min: 'min-content', + max: 'max-content', fit: 'fit-content', }, minWidth: {