提升tailwindcss优先级

This commit is contained in:
piexlMax 2023-08-09 17:18:48 +08:00
parent 432725b80d
commit dbfeb4b0fa
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ module.exports = {
"./index.html",
"./src/**/*.{vue,js,ts,jsx,tsx}",
],
important: true,
theme: {
extend: {
backgroundColor: {