arpadHegedus / postcss-node-sass

A PostCSS plugin to parse styles with node-sass
MIT License
23 stars 16 forks source link

feat: allow opts.map to be overriden #4

Closed keithamus closed 5 years ago

keithamus commented 5 years ago

For a project I'm working on I want sourcesContent to be false and annotation to be true. However this plugin overrides those options with its own and there is no way I can force it.

This PR allows me to override the map options with my own based on the options I provide to postcss.