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

Sass plugin for System.js

Results 6 plugin-sass issues
Sort by recently updated
recently updated
newest added

Hi, internal imports of sass does not work - @import './_constants.scss' ...

bug

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?

enhancement

`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...

enhancement

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...

enhancement

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...

bug