Skip to content

Commit

Permalink
docs: improve wording about css framework plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
GiyoMoon committed Oct 17, 2024
1 parent 88b7628 commit 4b518d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions web/src/pages/docs/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ module.exports = {
}
`} lang="js" />

Check out the [Styling](/docs/styling/) guide learn more about the tailwind plugin.
Check out the [Styling](/docs/styling/) guide learn how to use the tailwind plugin.

## UnoCSS preset
We also provide a preset for [UnoCSS](https://unocss.dev/) that adds the same modifiers.
Expand All @@ -74,5 +74,5 @@ export default defineConfig({
})
`} lang="ts" />

Check out the [Styling](/docs/styling/) guide learn more about the UnoCSS preset.
Check out the [Styling](/docs/styling/) guide learn how to use the UnoCSS preset.

2 changes: 1 addition & 1 deletion web/src/pages/docs/styling.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ They make it easy to style components based on their current state using modifie
- `corvu-active` -> `&[data-active]`
- `corvu-dragging` -> `&[data-dragging]`

These two plugins use the same syntax. You can style components like this:
These two CSS framework use similar syntax. You can style components like this:

<Code code={`
<Dialog.Content
Expand Down

0 comments on commit 4b518d4

Please sign in to comment.