insin / nwb-sass

Sass plugin for nwb
MIT License
11 stars 14 forks source link

Configure loader for .sass too? #1

Closed insin closed 8 years ago

insin commented 8 years ago

Should this configure loaders for .scss and .sass?

Currently it configures a .scss loader which gets a sass loader id, which feels a bit weird, but it seems(?) the .sass indented syntax is either looked down upon or considered legacy in some parts.

I've never used any CSS preprocessors before, so winging it here.

slmgc commented 8 years ago

Hi @insin It would be great if this loader could import .sass files too, because we use SASS syntax heavily for our project and it's not very convenient to convert all styles to SCSS syntax.

insin commented 8 years ago

Cool, if that's useful I'll make the next release support both