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

Deprecation Warning: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0 #194

Open
Jeff-M-Hsu opened this issue Nov 15, 2024 · 4 comments

Comments

@Jeff-M-Hsu
Copy link

26 │ @import "breakpoint/settings";
   │         ^^^^^^^^^^^^^^^^^^^^^
   ╵
    node_modules/breakpoint-sass/stylesheets/_breakpoint.scss 26:9  @use

Deprecation Warning: 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
@StanH-Swis
Copy link

Will this package be updated to address this issue? I've attempted to fix the issue myself, but got stuck om some issues I couldn't resolve. In case it helps, I could commit and push what I've done so far. It's mostly about replacing @import with @use and @forward.

@luksak
Copy link

luksak commented Nov 28, 2024

I'm also going to need to fix this.

@StanH-Swis can you create a PR? I'd love to review it.

@Snugug
Copy link
Member

Snugug commented Nov 28, 2024 via email

@StanH-Swis
Copy link

I've made the PR: #195

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

No branches or pull requests

4 participants