I read the following article, which describes the good structure of the Bootstrap Less project, which allows you to configure the download without editing the source code. But for Bootstrap 2, I assume:
http://coding.smashingmagazine.com/2013/03/12/customizing-bootstrap/ .
I really like this article, which offers the following structure for fewer files.
1) Create your own theme.lesson top of Bootstrap files
2) Include in your new topic, not counting the following:
@import "../bootstrap/less/bootstrap.less";
@import "custom-variables.less";
@import "custom-other.less";
@import "../bootstrap/less/utilities.less";
But since I'm new to Bootstrap and Less, I'm not sure if this matches Bootstrap 3 for 100%.
1) My questions: is this structure of the Bootstrap 3 project consistent?
2) , utilities.less ( : bootstrap.less , .less)?
3) Bootstrap 2 responsive.less bootstrap.less. Bootstrap 2 responsive.less , Bootstrap 3 . responsive-utilities.less, utilities.less?