Skip to content

Conversation

@jjnevis
Copy link

@jjnevis jjnevis commented Sep 18, 2025

use of @import has been depricated and changed to @use.
warning:
"Deprecation Warning [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0."
is removed when changed from "@import" to "@use"

note: It's only a warning - the code still works with the original @import.

This is a 🐛 bug fix in the example code in the documentation.

This is a 🔦 documentation change.

Summary

Remove a server warning.

Context

changes the documented example code from "@include" to "@use" in the assets/css/styles.scss file in the step by step example.

use of @import has been depricated and changed to @use.
warning:
"Deprecation Warning [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0."
removed when changed from "@import" to "@use"
@ppat965
Copy link

ppat965 commented Oct 6, 2025

I am so glad someone has an active PR on this; it annoys me every time I go on this website.

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.

2 participants