Fix card colors

This commit is contained in:
2025-02-08 17:27:32 -05:00
parent 62b7552609
commit c96d78db5f
4 changed files with 33 additions and 8 deletions

View File

@@ -5,6 +5,16 @@ 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,