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
Since we're using Bootstrap 5 via SASS, we're tied to their SCSS files.
In the current setup, we're getting some deprecation warnings regarding nested rules and color channels.
To get rid of those, we could pin sass-embedded from 1.79.x to 1.77.5 via npm i sass-embedded@1.77.5 --save-exact --save-dev.
Should be live with those warnings? Bootstrap won't fix these deprecations anytime soon. It is no big issue, since they're just warnings for future versions of sass/dart-sass.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Since we're using Bootstrap 5 via SASS, we're tied to their SCSS files.
In the current setup, we're getting some deprecation warnings regarding nested rules and color channels.
To get rid of those, we could pin
sass-embedded
from 1.79.x to 1.77.5 vianpm i sass-embedded@1.77.5 --save-exact --save-dev
.Should be live with those warnings? Bootstrap won't fix these deprecations anytime soon. It is no big issue, since they're just warnings for future versions of sass/dart-sass.
The text was updated successfully, but these errors were encountered: