Skip to content

Commit

Permalink
Meta: pnpm note on @unocss/reset
Browse files Browse the repository at this point in the history
  • Loading branch information
kidonng authored Mar 4, 2023
1 parent f350d6b commit a130818
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ export default defineNuxtConfig({
After configuring the framework, add these imports to your entrypoint:

```js
// `@unocss/reset` comes with `unocss` so you don't have to install it separately
// `@unocss/reset` comes with `unocss`
// If you are using pnpm, install it separately unless you enable hoisting
import '@unocss/reset/tailwind.css'
// Import `@kidonng/daisyui` **BEFORE** `uno.css`
import '@kidonng/daisyui/index.css'
Expand Down

0 comments on commit a130818

Please sign in to comment.