Skip to content

Commit ae86436

Browse files
committed
Update compatibility build instructions
1 parent d45823d commit ae86436

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

remark/withPrevalInstructions.js

+1
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ function createPrevals({ tool: pageTool = error('UNKNOWN') } = {}) {
201201
latest: ['tailwindcss@latest', 'postcss@latest', 'autoprefixer@latest'],
202202
'compat-7': [
203203
'tailwindcss@npm:@tailwindcss/postcss7-compat',
204+
'@tailwindcss/postcss7-compat',
204205
'postcss@^7',
205206
'autoprefixer@^9',
206207
],

src/pages/docs/installation.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ If you run into the error mentioned above, uninstall Tailwind and re-install usi
325325

326326
```shell
327327
npm uninstall tailwindcss postcss autoprefixer
328-
npm install tailwindcss@npm:@tailwindcss/postcss7-compat postcss@^7 autoprefixer@^9
328+
npm install tailwindcss@npm:@tailwindcss/postcss7-compat @tailwindcss/postcss7-compat postcss@^7 autoprefixer@^9
329329
```
330330

331331
The compatibility build is identical to the main build in every way, so you aren't missing out on any features or anything like that.

0 commit comments

Comments
 (0)