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

Internal imports of sass

Open giltig opened this issue 10 years ago • 6 comments

Hi,

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

giltig avatar Jul 06 '15 13:07 giltig

I have now added really basic support for @import './foo.scss'. It doesn't support partials (_foo.scss) yet and the extension is required.

theefer avatar Aug 01 '15 12:08 theefer

@import 'foo' would be great :+1:

screendriver avatar Sep 07 '15 15:09 screendriver

:+1: for it

ArmorDarks avatar Nov 05 '15 10:11 ArmorDarks

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.

screendriver avatar Nov 07 '15 07:11 screendriver

Nice, thanks!

ArmorDarks avatar Nov 07 '15 07:11 ArmorDarks

@screendriver so good, thank you

j-walker23 avatar Dec 03 '15 02:12 j-walker23