I combined @austin and @iamjaredwalters suggestions.
In my /dist/
two css files are created: main-blessed1.css
and main.css
.
main-blessed1.css
is being imported into main.css
.
The problem now when running gulp watch
in development, source maps are no longer being passed to supported browsers.
Am I missing something?