meteor-bootstrap
meteor-bootstrap copied to clipboard
Highly configurable bootstrap integration for meteor.
This package is fantastic. However, with the current setup, you cannot add styles post-bootstrap. For instance overrides and additional styles cannot be included because bootstrap is included at the end...
It worked fine for nemo64:[email protected]_2. I don't see any errors in the console. Just nothing happens.
When running our Meteor 1.3 project, we have the `ROOT_URL` env var set to /whatever/, and so all the resources are served under that path. However, in the autogererated `custom.bootstrap.less`,...
Hi, I am just trying to update my application to Meteor 1.2 and have hit a problem which I think I have tracked to the vicinity of the meteor-bootstrap package....
I am unable to close the bootstarp nav-bar once the links are clicked.
It runs fine if I have a blank custom.boostrap.json, but when meteor restarts, I get this fatal error. The only way to fix it is to remove the generated files...
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...
Hello Nemo. Thank you for making and maintaining the package. :+1: I am trying to use meteor-bootstrap with accounts-ui-bootstrap-3 (https://github.com/ianmartorell/meteor-accounts-ui-bootstrap-3). It works great in development mode, but not when meteor...
I've set "print: true" in my json config. However it seems that when i try to do a print preview, none of the bootstrap css is being rendered to the...