m/cup
1
0
mirror of https://github.com/sergi0g/cup.git synced 2025-11-15 08:33:49 -05:00

Fixed CSS bugs, formatted code

This commit is contained in:
Sergio
2024-10-25 17:09:54 +03:00
parent 6d45409928
commit 8d70d7ae4d
12 changed files with 96 additions and 84 deletions

View File

@@ -8,7 +8,7 @@ export default {
safelist: [
// Generate minimum extra CSS
{
pattern: /bg-(gray|neutral)-(50|500)/,
pattern: /bg-(gray|neutral)-(50|100|500)/,
},
{
pattern: /bg-(gray|neutral)-(900|950)/,
@@ -24,11 +24,11 @@ export default {
},
{
pattern: /text-(gray|neutral)-600/,
variants: ["hover"]
variants: ["hover"],
},
{
pattern: /text-(gray|neutral)-400/,
variants: ["hover", "dark", "dark:hover"]
variants: ["hover", "dark", "dark:hover"],
},
{
pattern: /text-(gray|neutral)-500/,