Please note that this package is currently unmaintained. PRs are welcome.
Modular, configurable, customizable.
In your Meteor project, create a file named bootstrap-settings.json and place it in any client folder.
The package will automatically populate the file if it is empty.
enableFlex Boolean (default: true) This turns on opt-in flexbox support.
customVariables Boolean (default: false) Enable this to expose a custom bootstrap variables file you can edit.
exposeMixins Boolean (default: false) Enable this to expose an importable scss file with the bootstrap mixins for your use.
modules Object Enable or disable specific bootstrap scss modules. (The listed order of these are unimportant)
namespace String (default: 'Bootstrap') The namespace to include the Bootstrap js classes in (you can use 'global').
expose Boolean (default: false) Enable to expose the raw bootstrap javascript.
compileExposed Boolean (default: false) If exposing the javascript, whether to compile the ES6 down or not.
modules Object Enable or disable specific bootstrap js modules. (The listed order of these are unimportant)