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.
Running
php app/console braincrafted:bootstrap:generategenerates thebootstrap.lessfile successfully, but it includes my customvariables.lessfile 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.