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
To help prepare for this, SASS is outputting some deprecation warnings starting with 1.77.7. I'm getting multiple warnings from rfs related to this issue. The affected areas will likely need to change the order of the declarations to get rid of those warnings and prepare for the breaking change, to ensure the variables will still have the correct order (and thereby, precedence).
The text was updated successfully, but these errors were encountered:
Bootstrap main branch is fixed via twbs/bootstrap#40623 (and will be available with v5.3.4).
I don't know well this repository, maybe there are also specific fixes to do here.
When do we see these deprecation warnings in this repository? Running which commands?
SASS is introducing a breaking change regarding the output order of nested SCSS rules: https://sass-lang.com/documentation/breaking-changes/mixed-decls/
To help prepare for this, SASS is outputting some deprecation warnings starting with
1.77.7
. I'm getting multiple warnings fromrfs
related to this issue. The affected areas will likely need to change the order of the declarations to get rid of those warnings and prepare for the breaking change, to ensure the variables will still have the correct order (and thereby, precedence).The text was updated successfully, but these errors were encountered: