feat(site): list required css imports per skin in preset reference (#1521)

This commit is contained in:
Renzo Delfino
2026-06-12 14:57:42 -03:00
committed by GitHub
parent 4a81e048a1
commit 1145f09e52
9 changed files with 34 additions and 20 deletions
+1 -1
View File
@@ -105,7 +105,7 @@ There are currently two options for styling:
<FrameworkCase frameworks={["react"]}>
- Vanilla CSS where you import the stylesheet in your app. This is the default.
- Vanilla CSS import the stylesheet listed for each skin in the [preset table](#skins-features-and-presets). This is the default.
- Tailwind where you [eject](../how-to/customize-skins#ejecting) the skin and use Tailwind classnames in your app.
</FrameworkCase>