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
Running php app/console braincrafted:bootstrap:generate generates the bootstrap.less file successfully, but it includes my custom variables.less file right at the top.
I think the correct approach is to import the standard bootstrap assets first, then define the custom values with less, otherwise the custom variables will be overwritten with the defaults.
The text was updated successfully, but these errors were encountered:
Running
php app/console braincrafted:bootstrap:generate
generates thebootstrap.less
file successfully, but it includes my customvariables.less
file right at the top.I think the correct approach is to import the standard bootstrap assets first, then define the custom values with less, otherwise the custom variables will be overwritten with the defaults.
The text was updated successfully, but these errors were encountered: