plugin-sass
plugin-sass copied to clipboard
Internal imports of sass
Hi,
internal imports of sass does not work - @import './_constants.scss' ...
I have now added really basic support for @import './foo.scss'. It doesn't support partials (_foo.scss) yet and the extension is required.
@import 'foo' would be great :+1:
:+1: for it
I made a JSPM plugin for SASS as well. It does work with partial references among others and is registered in the official JSPM registry.
Nice, thanks!
@screendriver so good, thank you