disable pre-flight in plugs

This commit is contained in:
Rithvik Nishad 2025-03-11 11:46:03 +05:30 committed by GitHub
parent b876d2f329
commit e5409a20a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -51,6 +51,9 @@ module.exports = {
},
},
},
corePlugins: {
preflight: false,
},
content: ["./src/**/*.{html,md,js,jsx,ts,tsx}"],
plugins: [
require("@tailwindcss/forms"),