m/cup
1
0
mirror of https://github.com/sergi0g/cup.git synced 2025-11-16 17:13:46 -05:00

Refactor (#32)

This commit is contained in:
Sergio
2024-10-11 21:22:39 +03:00
committed by GitHub
parent 5867cb375f
commit 88885aa1dd
19 changed files with 503 additions and 400 deletions

View File

@@ -20,11 +20,15 @@ export default {
},
{
pattern: /bg-(gray|neutral)-800/,
variants: ["before:dark", "after:dark"],
variants: ["before:dark", "after:dark", "dark"],
},
{
pattern: /text-(gray|neutral)-600/,
variants: ["hover"]
},
{
pattern: /text-(gray|neutral)-400/,
variants: ["hover"]
variants: ["hover", "dark", "dark:hover"]
},
{
pattern: /text-(gray|neutral)-500/,
@@ -35,7 +39,7 @@ export default {
variants: ["dark"],
},
{
pattern: /border-(gray|neutral)-200/,
pattern: /border-(gray|neutral)-300/,
},
{
pattern: /border-(gray|neutral)-700/,