Replies: 1 comment 4 replies
-
Not yet. What you're pointing is true for Dart Sass only, and we still have tons of users using Libsass (and not knowing they do, in most cases). Sass (through Dart Sass) is going very fast after a decade without breaking changes. And that's not accounting for the current state of tooling and knowledge out there. We cannot simply jump on Dart Sass for now. If you have any recommandations on how this could be done, or any advices, they're more than welcome and could bé shared in our docs. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've created custom and multiple bootstrap themes (ex. a dark and light theme) for some of my angular projects and utilize SASS @import rule for this. However, according to their docs, @import is becoming deprecated and will no longer be supported in about a year from now. Anticipating this, I'm trying to migrate to @use and @forward, but it's not going smoothly.
Seeing that bootstrap 5 still utilizes the @import rule as well, how will this be supported in the future? Will the next version of Bootstrap utilize @use instead? Do you have any support on how to create multiple bootstrap themes with the @use @forward rules?
Beta Was this translation helpful? Give feedback.
All reactions