mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-27 10:20:42 +01:00
chore: use new syntax for css variables (#3258)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
This commit is contained in:
@@ -66,7 +66,7 @@ props:
|
||||
raw: true
|
||||
to: /components/link
|
||||
activeClass: 'font-bold'
|
||||
inactiveClass: 'text-[var(--ui-text-muted)]'
|
||||
inactiveClass: 'text-(--ui-text-muted)'
|
||||
slots:
|
||||
default: Link
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user