meteor-bootstrap
meteor-bootstrap copied to clipboard
Allow setting all files to .import mode.
Add option to allow custom.bootstrap.less to be generated as custom.bootstrap.modules.import.less instead.
The purpose of this is to allow other less files to extend item's in the modules file without duplicating css.
It would allow you to create a single styles.less file that imports all your .import.less files, control import order and avoids duplication.
Apply's to issue https://github.com/Nemo64/meteor-bootstrap/issues/29
I would very much like this to be merged! I was going to setup a pull request for this same exact idea, but I found this one first.
When I first included @jimmiebtlr's fork, I got a custom.bootstrap.less file. I then updated custom.bootstrap.json to specify generateInclude: "true"
, and a custom.bootstrap.modules.import.less was created! However, the old custom.bootstrap.less file still remained. I had to manually delete it.
+1
+1