arpadHegedus / postcss-node-sass

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

fix: pass correct sourcemap to postcss from node-sass #5

Closed keithamus closed 5 years ago

keithamus commented 5 years ago

In trying to get the sourcemaps working I've noticed the sourcemaps were broken - this is because the sourcemap from node-sass was never passed to postcss. It only read its own sourcemap. Additionally merging them left more bugs. Ultimately I went with just passing the node-sass sourcemap and this works for me.