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

Address Sass '@import' deprecation warnings #848

Draft
wants to merge 2 commits into
base: 2.5-stable
Choose a base branch
from

Conversation

chaoscommencer
Copy link

Deprecation warnings:

Migrate to use of '@use', '@forward', and '@include' instead

NOTE: Required migration of common code to a distinct file that could be shared (via @use) by the other sass files

Signed-off-by: David Chamberlain <[email protected]>
Deprecation warnings:
- Deprecation Warning [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.
  More info and automated migrator: https://sass-lang.com/d/import

Migrate to use of '@use', '@forward', and '@include' instead

Signed-off-by: David Chamberlain <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants