You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: other postcss plugins should not run before tailwindcss (#38)
Maybe like the example in [tailwindcss
documentation](https://v3.tailwindcss.com/docs/installation/using-postcss),
the tailwindcss postcss plugin should in the first place:
```js
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
}
}
```
0 commit comments