postcss / autoprefixer

Parse CSS and add vendor prefixes to rules by Can I Use
https://twitter.com/autoprefixer
MIT License
21.66k stars 1.26k forks source link

Unknown event info in autoprefixer. Try to update PostCSS #1379

Closed thecrypticace closed 3 years ago

thecrypticace commented 3 years ago

PostCSS 8.1.11 just released and now throws an error on unknown event types. It appears that the info event isn't supported and the presence of it now causes problems.

Should this be changed somehow or should PostCSS be updated to support it?

https://github.com/postcss/autoprefixer/blob/856a567b333b5c199613d28c89f33025c93a919f/lib/autoprefixer.js#L134-L140

justnewbee commented 3 years ago

i got this too today... image

ai commented 3 years ago

Fixed https://github.com/postcss/postcss/commit/b3dbd910766ef9772ba008673eaa9d3fb25c1900

thecrypticace commented 3 years ago

That was fast! 🎉

ai commented 3 years ago

The fix was released in PostCSS 8.1.12.

If you want to prevent out burning-out and keep our super-fast support, talk with your manager about donating to PostCSS development.

GuttermanA commented 3 years ago

Looks like that did the trick for me @ai. Thanks for the extremely fast turnaround.