Add the ability to conditionally use bootstrap

Elements should be wrapped in the bootstrap class to use this feature
This commit is contained in:
Matt Rogers 2015-08-07 23:29:40 -04:00
parent a896576b70
commit 212dd69514

View file

@ -14,3 +14,8 @@
*= require_tree ../../../vendor/assets/stylesheets
*= require tracks
*/
.bootstrap {
@import "bootstrap-sprockets";
@import "bootstrap";
}