Monthly Archives: November 2019

Enabling PostCSS with Rails 6

PostCSS is a tool for transforming CSS with JavaScript. To enable it in a Rails application, I needed to make the following changes to my app. Please note that my app does not use turbolinks. /app/views/layouts/application.html.erb Update so that the style … Continue reading

Posted in Uncategorized | Comments Off on Enabling PostCSS with Rails 6