braincrafted/bootstrap-bundle

php app/console braincrafted:bootstrap:generate puts custom variables.less at top, should be at bottom

tmiller02 opened this issue · 4 comments

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.

You're right, the current approach is a little bit wrong, since it only includes your custom variables.less and not the default one.

sorry if this is the wrong place to ask: is the support for customizing the sass version of bootstrap planned?

@waltercruz That should be possible right now? What do you want to do?

I wanted to customize my sass bootstrap, passing my own variables. It's already working. :)