Skip to content

Commit

Permalink
chore: add unocss to install
Browse files Browse the repository at this point in the history
  • Loading branch information
Timeraa committed Oct 4, 2024
1 parent ca3137a commit 8d515e6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/unocss/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ Allows for simple UnoCSS usage in your project.
Install the package:

```sh
npm i --save-dev @wxt-dev/unocss
pnpm i -D @wxt-dev/unocss
yarn add --dev @wxt-dev/unocss
bun i -D @wxt-dev/unocss
npm i --save-dev @wxt-dev/unocss unocss
pnpm i -D @wxt-dev/unocss unocss
yarn add --dev @wxt-dev/unocss unocss
bun i -D @wxt-dev/unocss unocss
```

Add the module to `wxt.config.ts`:
Expand Down

0 comments on commit 8d515e6

Please sign in to comment.