You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've been heavily considering transitioning over to Sass Modules (@use), in part because it seemed like it would improve our compilation time for projects using our Sass files.
This issue is to conduct a rough performance audit of our current Sass codebase with sass-loader and @import and compare it to a converted codebase with Sass Modules.
The text was updated successfully, but these errors were encountered:
We've been heavily considering transitioning over to Sass Modules (
@use
), in part because it seemed like it would improve our compilation time for projects using our Sass files.This issue is to conduct a rough performance audit of our current Sass codebase with
sass-loader
and@import
and compare it to a converted codebase with Sass Modules.The text was updated successfully, but these errors were encountered: