es128 / progeny

:baby: Recursively finds dependencies of style and template source files
MIT License
29 stars 15 forks source link

load glob deps for scss/sass #33

Closed nathamanath closed 7 years ago

nathamanath commented 7 years ago

Load sass/scss via glob import as recommended by @shvaikalesh here

es128 commented 7 years ago

Is this a natively supported feature of sass now? If it's not actually part of the format and being accomplished via other workarounds, then this doesn't belong here as a default.

The progeny api allows you to specify whatever config you need for your situation, you don't need to rely on the per-format defaults.

nathamanath commented 7 years ago

oh ok, no this in not natively supported. I will go and read up on progeny config. Thank you