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: {