plugin-sass icon indicating copy to clipboard operation
plugin-sass copied to clipboard

Fix sourcemaps in bundles to be correctly applied

Open theefer opened this issue 10 years ago • 0 comments

Currently not working due to how the compiled CSS is injected into the page (via <script>). Using a link rel="stylesheet" with data-URI, as in the dynamic case, should solve the issue.

theefer avatar Aug 16 '15 15:08 theefer