plugin-sass
plugin-sass copied to clipboard
Sass plugin for System.js
Hi, internal imports of sass does not work - @import './_constants.scss' ...
Respect the `separateCSS` loader option to append the generated CSS to an external file is requested. Could the SystemJS CSS plugin be reused for this?
`node-sass` (with native `libsass` bindings) could be used instead of `sass.js` to improve performance when bundling, which happens in NodeJS anyway. There seem to be issues with doing so from...
Using mincss, or ideally by composing the SystemJS CSS plugin so the behaviour doesn't have to be duplicated. The standard `minify` and `cssOptimize` should probably be respected as normal to...
Currently not working due to how the compiled CSS is injected into the page (via ``). Using a `link rel="stylesheet"` with data-URI, as in the dynamic case, should solve the...