Open HaSistrunk opened 2 years ago
With DART Sass, the Sass documentation recommends moving away from using @import because it will be deprecated.
@import
Replace @import rule with @use and @forward rules. Check out the Sass migrator tool as a way to automatically update.
@use
https://css-tricks.com/introducing-sass-modules/
Is your feature request related to a problem? Please describe.
With DART Sass, the Sass documentation recommends moving away from using
@import
because it will be deprecated.Describe the solution you'd like
Replace
@import
rule with@use
and @forward rules. Check out the Sass migrator tool as a way to automatically update.More info
https://css-tricks.com/introducing-sass-modules/