You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it would be really helpful if the Sprockets integration looked for an inline source map in the source CSS string and, if present, automatically set map: true when running the processor.
The text was updated successfully, but these errors were encountered:
This is somewhat related to #127, but a little different/simpler.
Autoprefixer-rails can currently read in an inline sourcemap and update it if you set the
map: true
option when calling it directly:…but if you’re using the Sprockets integration, it doesn’t seem like there is any way to set it:
autoprefixer-rails/lib/autoprefixer-rails/sprockets.rb
Lines 20 to 22 in 987430a
I think it would be really helpful if the Sprockets integration looked for an inline source map in the source CSS string and, if present, automatically set
map: true
when running the processor.The text was updated successfully, but these errors were encountered: