Skip to content

Commit def5d60

Browse files
authored
Specify the version of tailwindcss to install (#172)
1 parent aa5f879 commit def5d60

File tree

1 file changed

+1
-1
lines changed
  • apps/docs/src/routes/(app)/docs/installation

1 file changed

+1
-1
lines changed

apps/docs/src/routes/(app)/docs/installation/vite.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ When asked make sure to use Solid:
2323
Install `tailwindcss` and its peer dependencies, then generate your `tailwind.config.js` and `postcss.config.js` files:
2424

2525
```bash
26-
npm install -D tailwindcss postcss autoprefixer
26+
npm install -D tailwindcss@3 postcss autoprefixer
2727
npx tailwindcss init -p
2828
```
2929

0 commit comments

Comments
 (0)