diff --git a/docs/index.md b/docs/index.md index 5ee2aa1..addd17b 100644 --- a/docs/index.md +++ b/docs/index.md @@ -4,8 +4,7 @@ layout: home hero: name: "unocss-preset-radix" - text: "A unocss preset for Radix Colors" - tagline: My great project tagline + text: "A preset for UnoCSS to let you use Radix color palette " actions: - theme: brand text: Installation & Usage diff --git a/docs/usage.md b/docs/usage.md index 1357d30..2d25de0 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -22,7 +22,7 @@ $ yarn add -D unocss-preset-radix ::: -## Usage +## Vite/UnoCSS configuration ```ts // uno.config.ts (or vite.config.ts) @@ -43,6 +43,8 @@ export default defineConfig({ }); ``` +## Usage in HTML + You will now have access to colors from your palette, like: ```html