Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace Sass @import usage with @forward #106

Open
rmkane opened this issue Feb 14, 2023 · 0 comments
Open

Replace Sass @import usage with @forward #106

rmkane opened this issue Feb 14, 2023 · 0 comments

Comments

@rmkane
Copy link

rmkane commented Feb 14, 2023

The use of @import is discouraged. Utilize the @use rule instead.

See: https://sass-lang.com/documentation/at-rules/import

"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."

I have addressed this in the following PR: #105

@rmkane rmkane changed the title Replace SASS @import usage with @forward Replace Sass @import usage with @forward Feb 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants