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

chore: fix sass warnings #1366

Merged
merged 1 commit into from
Oct 23, 2024
Merged

chore: fix sass warnings #1366

merged 1 commit into from
Oct 23, 2024

Conversation

yanfali
Copy link
Collaborator

@yanfali yanfali commented Oct 21, 2024

Description

Sass has breaking changes with the migration to Dart. https://sass-lang.com/documentation/breaking-changes/

  • use the migration scripting to fix up the color space changes
  • stop using @import and replace with @use
  • migrate the color variables to use namespaces because use is always namespaced

Sass has breaking changes with the migration to Dart.
https://sass-lang.com/documentation/breaking-changes/

 - use the migration scripting to fix up the color space changes
 - stop using @import and replace with @use
 - migrate the color variables to use namespaces because use is always
   namespaced
@noroadsleft noroadsleft merged commit 9bb6471 into master Oct 23, 2024
2 checks passed
@noroadsleft
Copy link
Member

Thanks!

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