update tailwind.config.js for tailwindcss 3.x

This commit is contained in:
jannaahs
2022-06-28 21:29:27 +02:00
parent eae15d39fe
commit f888594f90

View File

@@ -3,13 +3,10 @@ module.exports = {
removeDeprecatedGapUtilities: true,
purgeLayersByDefault: true,
},
purge: {
mode: 'all',
content: [
'./ui/**/*.jsx',
'./ui/**/*.html',
]
},
content: [
'./ui/**/*.jsx',
'./ui/**/*.html',
],
theme: {
extend: {
width: {