Closed Semmu closed 3 years ago
I may have been too fast posting this here, because according to this note in the documentation the issue I guess is not related to this project, but Preact itself.
preact-cil
currently uses PostCSS 7 (pinned with autoprefixer version). Unfortunately we cannot workaround that without running a parallel postcss pipeline.
But you can use the workaround in tailwind docs as you mentioned.
I use it like this preact-typescript-tailwind-seed
Hi there,
I just tried this plugin on a fresh Preact project using the default template and it does not work. Error message is about PostCSS 8 not being supported.
package.json
for reference:As I'm pretty stupid regarding frontend stuff, could you please take a look and fix it?
Thanks in advance!