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
"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."
The use of @import is discouraged. Utilize the @use rule instead.
See: https://sass-lang.com/documentation/at-rules/import
I have addressed this in the following PR: #105
The text was updated successfully, but these errors were encountered: