DEV Community

[Comment from a deleted post]
Collapse
 
geongeorge profile image
Geon George

Thank you for this great article!
I got an issue following this.
It says

Invalid PostCSS Plugin found: [1]

The fix

Now, Plugin 1 in postcss config is autoprefixer (0->tailwind, 1->autoprefeixer)

It seems to be an issue of autoprefixer 10

For anyone with the same issue, roll back to version 9 of autoprefexer.

package.json

"autoprefixer": "^9.8.6",

and

meteor npm install