kimroen / ember-cli-autoprefixer

Automatically run your styles through autoprefixer
MIT License
103 stars 25 forks source link

Upgrade broccoli-autoprefixer to latest #74

Closed Alonski closed 2 years ago

Alonski commented 2 years ago

This will remove the dependency on PostCSS 7 to PostCSS 8 allowing addon consumers to upgrade to PostCSS 8.

I believe this should be a breaking change.

snewcomer commented 2 years ago

Thanks! Happen to know what changes this imposes on the user (thus making it a breaking change?)

Alonski commented 2 years ago

@snewcomer Welcome :) I feel that bumping this addon to use PostCSS 8 means it could potentially be a breaking change. The differences between PostCSS 7 and 8 could cause issues for people.

Saying that I am not 100% sure :)

Alonski commented 2 years ago

@snewcomer Can you please cut a new release too? Thank you!

Alonski commented 2 years ago

Also @snewcomer can you please tag this PR for Hacktoberfest?

amk221 commented 2 years ago

@snewcomer Can you please cut a new release too?

pretty please!

snewcomer commented 2 years ago

2.0.0 published!