Description
As part of the future page speed project we'll take into a consideration to improve the bundle size.
The idea is to stop using @import and start using @use and @forward.
This is the most important CONS of using @import
"If you @import the same file multiple times, it can slow down compilation, cause override conflicts, and generate duplicate output."
This is the most importan "PROS" of using @use
"The file is only imported once, no matter how many times you @use it in a project."