-
-
Notifications
You must be signed in to change notification settings - Fork 8k
Closed
Labels
Milestone
Description
There is currently a no-map
setting allowed for PostCSS, which disables the inline sourcemaps. However there is no options for having external sourcemaps generated. Looking into the PostCSS docs and the postcss-cli
code, it looks like a --map
option can be passed to the CLI to enable "separate-file" sourcemaps.CLI code docs
I request that a "map" option is added along-side the "noMap" option that can already be passed into the PostCSS resource function.
malvese, ericselin, DennisJohnsen and RoneoOrg