mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-06-11 09:51:40 +00:00
* feat: add rhea * fix: blocks * feat: build chat example * fix * fix: sidebar * fix * feat: update home * fix * fix * fix * feat: optimizine fonts * feat * fix * fix * fix * fix * fix * fix * fix: font in preview * fix
11 lines
485 B
CSS
11 lines
485 B
CSS
@reference "./globals.css";
|
|
|
|
@import "../registry/styles/style-vega.css" layer(base);
|
|
@import "../registry/styles/style-nova.css" layer(base);
|
|
@import "../registry/styles/style-lyra.css" layer(base);
|
|
@import "../registry/styles/style-maia.css" layer(base);
|
|
@import "../registry/styles/style-mira.css" layer(base);
|
|
@import "../registry/styles/style-luma.css" layer(base);
|
|
@import "../registry/styles/style-sera.css" layer(base);
|
|
@import "../registry/styles/style-rhea.css" layer(base);
|