You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm aware that this issue has been discussed in great detail in this #40621 . Earlier a 'hack' was recommended for this issue, it was to degrade SASS to 1.77.6. Then, when 5.3.5 and 5.3.4 were released, it was said that the new versions have a permanent fix for this problem. However, as I illustrated above, this issue isn't resolved by bumping Bootstrap to 5.3.4/5 (for context, I use the latest sass-embedded package at 1.86.3). I had raised this issue in the same thread, it received some support, but no answers were given. So I'm raising a new issue to draw attention that the fix of the SASS deprecation (bumping Bootstrap) doesn't work
What operating system(s) are you seeing the problem on?
Windows
What browser(s) are you seeing the problem on?
No response
What version of Bootstrap are you using?
v5.3.5
The text was updated successfully, but these errors were encountered:
Hello, I understand it can be difficult to follow all the changes—we'e actively working to improve that, but as mentioned in the blog post:
Fixed a Sass 1.77.7 deprecation for nested rules
This means that only the deprecation warnings related to Sass 1.77.7 have been addressed so far.
You mentioned using the latest sass-embedded package version 1.86.3, which is newer than the version we targeted in our recent fix. So the issues you're encountering are related to #40849 and #40962 which are still open.
I'll create a GitHub Discussion soon to provide a clearer overview and make it easier to find this information.
In the meantime, I'm closing this issue as a duplicate. Thanks for your understanding!
It's probably going to be a mix between #41112 and things to extract from #41236. We'll re-start something whenever we'll be ready to switch to this issue following this roadmap: https://github.com/orgs/twbs/discussions/41370. You'll be able at this moment to jump in to help us double-check what's been done and challenge the solution :)
Prerequisites
Describe the issue
Normally importing Bootstrap in SASS-
leads to 200+ deprecation warnings upon build (I have pasted a small sample, hundreds more spam the terminal)-
Reduced test cases
I'm aware that this issue has been discussed in great detail in this #40621 . Earlier a 'hack' was recommended for this issue, it was to degrade SASS to 1.77.6. Then, when 5.3.5 and 5.3.4 were released, it was said that the new versions have a permanent fix for this problem. However, as I illustrated above, this issue isn't resolved by bumping Bootstrap to 5.3.4/5 (for context, I use the latest sass-embedded package at 1.86.3). I had raised this issue in the same thread, it received some support, but no answers were given. So I'm raising a new issue to draw attention that the fix of the SASS deprecation (bumping Bootstrap) doesn't work
What operating system(s) are you seeing the problem on?
Windows
What browser(s) are you seeing the problem on?
No response
What version of Bootstrap are you using?
v5.3.5
The text was updated successfully, but these errors were encountered: