Issue With Using Sass @use instead of @import for npm package #41335
Replies: 3 comments
-
Yes @ashutoshsharmans see #41236 its a WIP. |
Beta Was this translation helpful? Give feedback.
-
Hey @ashutoshsharmans, |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
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
@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