meteor-bootstrap icon indicating copy to clipboard operation
meteor-bootstrap copied to clipboard

Allow setting all files to .import mode.

Open jimmiebtlr opened this issue 10 years ago • 5 comments

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.

jimmiebtlr avatar Jan 21 '15 02:01 jimmiebtlr

Apply's to issue https://github.com/Nemo64/meteor-bootstrap/issues/29

jimmiebtlr avatar Jan 21 '15 02:01 jimmiebtlr

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.

FatBoyXPC avatar Feb 04 '15 09:02 FatBoyXPC

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.

jfly avatar Feb 04 '15 09:02 jfly

+1

patte avatar Jul 14 '15 16:07 patte

+1

rbwsam avatar Aug 19 '15 17:08 rbwsam