Issue With Using Sass @use instead of @import for npm package #41335
Unanswered
ashutoshsharmans
asked this question in
General
Replies: 2 comments
-
Yes @ashutoshsharmans see #41236 its a WIP. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey @ashutoshsharmans, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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
@use
form@import
the code compiles but boostrap doesn't fully work. Grid layout's works, but color overwrite doesn't work with@use
but works with@import
Overwrite Work
Overwrite Doesn't Work
Sass
@import
rules are deprecated and will be removed in Dart Sass 3.0.0.Is Boostrap working on fixing this?
Beta Was this translation helpful? Give feedback.
All reactions