I have a Rails app where I’m using the bootstrap-sass gem which lists autoprefixer-rails as a dependency.
I don’t quite understand how to get Autoprefixer to prefix my app’s CSS. Do I need some asset config? Will it prefix compiled Sass in dev while in asset debug mode?
According to autoprefixer-rails’s docs, I just have to clear my cache and write CSS... None of my compiled Sass has any prefixes, but Bootstrap’s CSS does.
Any help/explanations would be appreciated.