Shopify / slate

Slate is a toolkit for developing Shopify themes. It's designed to assist your workflow and speed up the process of developing, testing, and deploying themes.
https://shopify.github.io/slate
MIT License
1.28k stars 364 forks source link

sourcemaps for imported scss partials don't work #978

Open nboliver opened 5 years ago

nboliver commented 5 years ago

Problem

Sourcemaps can be enabled with the following in slate.config.js

'webpack.sourceMap.styles': true,

This displays the source from theme.scss, not the imported file. It would be more useful if the line number from the imported scss file was shown.

Replication steps

t-kelly commented 5 years ago

PRs are welcome!