Closed rafmos closed 4 years ago
The initial project feature is bundling all scss source files into one big bundle, so it will be easier to carry around.
So this feature could be implemented in the future, but not anytime soon. Before that, we need to have scss file AST to analyze what was used and what is not.
Hi,
It would be nice to have an option that is going to ignore functions in imported files that are not used in the entryfile.
Example:
entry-file.scss:
imported-file.scss:
The output file should look like this:
Instead of this: