We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa5f879 commit def5d60Copy full SHA for def5d60
apps/docs/src/routes/(app)/docs/installation/vite.mdx
@@ -23,7 +23,7 @@ When asked make sure to use Solid:
23
Install `tailwindcss` and its peer dependencies, then generate your `tailwind.config.js` and `postcss.config.js` files:
24
25
```bash
26
-npm install -D tailwindcss postcss autoprefixer
+npm install -D tailwindcss@3 postcss autoprefixer
27
npx tailwindcss init -p
28
```
29
0 commit comments