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
Currently, we set variables like 2rem; // 32px. Because the variables are imported before the @import 'bootstrap/scss/functions';. According to bootstrap documentation, we can import the variable overrides after it and use these functions :)
Why
Currently, we set variables like
2rem; // 32px
. Because the variables are imported before the@import 'bootstrap/scss/functions';
. According to bootstrap documentation, we can import the variable overrides after it and use these functions :)Who Benefits?
Developers when codding the scss variables.
The text was updated successfully, but these errors were encountered: