m/cup
1
0
mirror of https://github.com/sergi0g/cup.git synced 2025-11-12 23:23:48 -05:00

Added search

This commit is contained in:
Sergio
2024-09-09 11:18:28 +03:00
parent 572ca8858a
commit 2c120ffaff
5 changed files with 64 additions and 3 deletions

View File

@@ -24,10 +24,11 @@ export default {
},
{
pattern: /text-(gray|neutral)-400/,
variants: ["hover"]
},
{
pattern: /text-(gray|neutral)-500/,
variants: ["dark"],
variants: ["dark", "placeholder"],
},
{
pattern: /divide-(gray|neutral)-800/,
@@ -37,7 +38,7 @@ export default {
pattern: /border-(gray|neutral)-200/,
},
{
pattern: /border-(gray|neutral)-800/,
pattern: /border-(gray|neutral)-700/,
variants: ["dark"],
},
],