tableflip/bootstrap4

Name: bootstrap4

Owner: TABLEFLIP

Description: Modular, customizable Bootstrap 4 for Meteor.

Forked from: huttonr/bootstrap4

Created: 2016-03-02 13:36:58.0

Updated: 2016-03-02 13:36:59.0

Pushed: 2016-01-19 19:22:06.0

Homepage: null

Size: 36

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Bootstrap 4 (Alpha 2) for Meteor

Modular, configurable, customizable.

How to use

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.

bootstrap-settings.json
scss

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)

javascript

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)


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.