mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-02-02 21:27:54 +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:
@@ -125,7 +125,7 @@ defineShortcuts({
|
||||
<UButton label="Open drawer" color="neutral" variant="outline" />
|
||||
|
||||
<template #content>
|
||||
<ReuseTemplate class="border-t border-[--ui-border]" />
|
||||
<ReuseTemplate class="border-t border-[var(--ui-border)]" />
|
||||
</template>
|
||||
</UDrawer>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user