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 use Bootstrap in a lot of projects. In their _variables.scss file, they suffix each variable value with !default. This means users can include the main Bootstrap style sheet, but define any variables they wish to override beforehand:
It would be good if the same approach could be taken by Sir Trevor so I can define my custom variable values and then include Sir Trevor’s styles in my application stylesheet:
@import"variables"; // My custom Bootstrap and Sir Trevor variable values@import"node_modules/bootstrap/scss/bootstrap";
@import"node_modules/sir-trevor/src/sass/main";
The text was updated successfully, but these errors were encountered:
I use Bootstrap in a lot of projects. In their _variables.scss file, they suffix each variable value with
!default
. This means users can include the main Bootstrap style sheet, but define any variables they wish to override beforehand:It would be good if the same approach could be taken by Sir Trevor so I can define my custom variable values and then include Sir Trevor’s styles in my application stylesheet:
The text was updated successfully, but these errors were encountered: