Config file fixes

This commit is contained in:
2025-02-08 18:38:25 -05:00
parent ede45e95b2
commit a88e57606e
4 changed files with 240 additions and 36 deletions

View File

@@ -5,16 +5,6 @@ export default {
"./index.html",
"./src/**/*.{js,ts,jsx,tsx}",
],
safelist: [
{
pattern: /^bg-(blue|gray|green|red|yellow|purple|pink|indigo|orange)-(50|100|200|300|400|500|600|700|800|900|950)/,
variants: ['hover', 'dark']
},
{
pattern: /^text-(blue|gray|green|red|yellow|purple|pink|indigo|orange)-(50|100|200|300|400|500|600|700|800|900|950)/,
variants: ['dark']
}
],
theme: {
container: {
center: true,