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
When you are using autoprefixer-stylus with source maps, like:
stylus style.styl -u autoprefixer-stylus -m
now autoprefixer detects sourceMappingURL in the compiled css and rewrites it to sourceMappingURL=to.css (and breaks Stylus' source map link). This is important to set correct from and to options in the autoprefixer-core lib (see autoprefixer-core usage for more info).
I suggest to set these options automatically in the plugin:
When you are using
autoprefixer-stylus
with source maps, like:now autoprefixer detects
sourceMappingURL
in the compiled css and rewrites it tosourceMappingURL=to.css
(and breaks Stylus' source map link). This is important to set correctfrom
andto
options in theautoprefixer-core
lib (see autoprefixer-core usage for more info).I suggest to set these options automatically in the plugin:
The text was updated successfully, but these errors were encountered: