Introduction
By default, these styles will be added to your tailwind base styles.
{
'html': {
'scroll-behavior': 'smooth',
},
'body': {
'min-height': '100vh',
},
}
How to disable it?
tailwindcssAddons({
base: false,
})
By default, these styles will be added to your tailwind base styles.
{
'html': {
'scroll-behavior': 'smooth',
},
'body': {
'min-height': '100vh',
},
}
tailwindcssAddons({
base: false,
})