thomas-darling / gulp-dependents

Gulp plugin that tracks dependencies between files and adds any files that depend on the files currently in the stream, thus enabling incremental build.
15 stars 5 forks source link

Support for @use and @forward rules #5

Closed Ygnaaac closed 4 years ago

Ygnaaac commented 4 years ago

Scss is going to deprecate @import rule. It's possible to add support for @use and @forward rules without passing additional config?

https://sass-lang.com/documentation/at-rules/import

The Sass team discourages the continued use of the @import rule. Sass will gradually phase it out over the next few years, and eventually remove it from the language entirely. Prefer the @use rule instead.

thomas-darling commented 4 years ago

Absolutely! I just published version 1.2.5 - try it out, and let me know if you encounter any issues :-)

Ygnaaac commented 4 years ago

Thank you, it works nicely :)