autoprefixer-rails
autoprefixer-rails copied to clipboard
Update css source map when adding prefixes
When sprockets generate css source maps f.e. sass/sassc-rails#162 using autoprefixer causes source map to be incorrect. This PR fixes mentioned problem
I'll look into this in this weekend, meanwhile, can you provide more details on why does our source map broke & how this change fix it?
Thanks!
This PR is related to #127, still needs some polishing and tests though