Skip to content

Commit 8824d4b

Browse files
Fixing typo of postcss.config.mjs (#1924)
1 parent a3a6076 commit 8824d4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/docs/v4-beta.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ If your project uses PostCSS or you're using a framework like Next.js that suppo
322322
$ npm install tailwindcss@next @tailwindcss/postcss@next
323323
```
324324

325-
Next, add our PostCSS plugin to your `postcss.config.js` file:
325+
Next, add our PostCSS plugin to your `postcss.config.mjs` file:
326326

327327
```js {{ filename: 'postcss.config.mjs' }}
328328
export default {

0 commit comments

Comments
 (0)