Skip to content

Commit 2da9acb

Browse files
Update postcss config (#1807)
Update browser support postcss cofig to letest format
1 parent f0310da commit 2da9acb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/pages/docs/browser-support.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ Then add it to the very end of your plugin list in your PostCSS configuration:
3838

3939
```js
4040
module.exports = {
41-
plugins: [
42-
require('tailwindcss'),
43-
require('autoprefixer'),
44-
]
41+
plugins: {
42+
tailwindcss: {},
43+
autoprefixer: {},
44+
}
4545
}
4646
```
4747

0 commit comments

Comments
 (0)