Gulp plugin that tracks dependencies between files and adds any files that depend on the files currently in the stream, thus enabling incremental build.
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.
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