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

7771: [hotfix] Dart Sass 3.0.0 compatibility #7772

Closed
wants to merge 1 commit into from

Conversation

grygork
Copy link

@grygork grygork commented Oct 18, 2024

PR connected with issue 7771

Added string replacement in build-styles.js file to make compatibility with Dart Sass 3.0 (breaking changes in @import and global built-in functions).

  • @import statement is replaced with @use with namespace vars
  • #{$themeColor} replaced #{vars.$themeColor}to work with @use statement

@nolimits4web
Copy link
Owner

Hi, thanks! I think an easier fix can be applied directly in SCSS files, no need to do the replacements in JS here

@MikelArnaiz
Copy link

There's is no release containing this, right? Last version available is v11.1.14

@xXanth0s
Copy link

Yes, a new realeas would be awesome to avoid the warning messages from sass

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants