🐛 Fix: tailwind css bug

This commit is contained in:
PiEgg
2023-07-09 13:02:16 +08:00
parent 64eb832e06
commit e3566b5a8e
+5 -1
View File
@@ -14,5 +14,9 @@ module.exports = {
}
}
},
plugins: []
plugins: [],
corePlugins: {
// due to https://github.com/tailwindlabs/tailwindcss/issues/6602 - buttons disappear
preflight: false
}
}