mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-24 17:00:36 +01:00
fix(module): stop using tailwind's shorthand arbitrary variable syntax (#2366)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
This commit is contained in:
@@ -65,7 +65,7 @@ props:
|
||||
raw: true
|
||||
to: /components/link
|
||||
activeClass: 'font-bold'
|
||||
inactiveClass: 'text-[--ui-text-muted]'
|
||||
inactiveClass: 'text-[var(--ui-text-muted)]'
|
||||
slots:
|
||||
default: Link
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user