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
While upgrading Rails to v8 I pinned the sass version to 1.77.6 for now, because after this version we get deprecation warnings from bootstrap, because it doesn't use the new sass module system. Our app currently also doesn't do this, so this should be done in the same step to also remove these deprecation warnings. Also as of sass version 1.80.0, imports with @import are deprecated. This also produces a lot of deprecation warnings originating in bootstrap.
While upgrading Rails to v8 I pinned the sass version to 1.77.6 for now, because after this version we get deprecation warnings from bootstrap, because it doesn't use the new sass module system. Our app currently also doesn't do this, so this should be done in the same step to also remove these deprecation warnings. Also as of sass version 1.80.0, imports with @import are deprecated. This also produces a lot of deprecation warnings originating in bootstrap.
References:
ToDo
The text was updated successfully, but these errors were encountered: