Issue With Using Sass @use instead of @import for npm package #41335
Unanswered
ashutoshsharmans
asked this question in
General
Replies: 3 comments
|
Hey @ashutoshsharmans, |
0 replies
|
It’s great to see the shift toward Dart Sass and modern standards. As for a timeline, it depends on the project you're referring to; some frameworks and libraries are actively phasing out Node Sass already, while others are a bit slower to transition. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Using boostrap 5.3.3 npm package if we follow the new guide line of Dart Sass 3.0.0, we get the following below warning.
**If we switch to use @use. Not all the feature of boostrap works! Is boostrap looking to fix this**If we switch to using
@useform@importthe code compiles but boostrap doesn't fully work. Grid layout's works, but color overwrite doesn't work with@usebut works with@importOverwrite Work
Overwrite Doesn't Work
Sass
@importrules are deprecated and will be removed in Dart Sass 3.0.0.Is Boostrap working on fixing this?
All reactions