dxw / rails-template

A template repository for use when starting a new app with Rails. It includes dxw default project configuration and decision records.
12 stars 4 forks source link

Replace deprecated autoprefixer-rails #118

Open erbridge opened 4 years ago

erbridge commented 4 years ago

autoprefixer-rails is deprecated and no longer maintained. We should replace it with normal autoprefixer via PostCSS or similar.

leeky commented 3 years ago

Looks like they reversed the decision. Is it therefore ok to close this issue, @erbridge ?

erbridge commented 3 years ago

My understanding of the change is that the deprecation reversal fixes this for sprockets Rails, but not for webpacker, so I think this is something we probably need to do regardless.

CristinaRO commented 2 years ago

@erbridge How can we tell whether this is the case? I don't see anything in their readme that would make it obvious whether it works with webpacker or not.

erbridge commented 2 years ago

Easiest way is probably to see if CSS is still prefixed when we expect it to be.