From 212dd695147077b6aa75da9beb4c559a5bf82e43 Mon Sep 17 00:00:00 2001 From: Matt Rogers Date: Fri, 7 Aug 2015 23:29:40 -0400 Subject: [PATCH] Add the ability to conditionally use bootstrap Elements should be wrapped in the bootstrap class to use this feature --- app/assets/stylesheets/application.css.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/assets/stylesheets/application.css.scss b/app/assets/stylesheets/application.css.scss index 971df467..2931b8d0 100644 --- a/app/assets/stylesheets/application.css.scss +++ b/app/assets/stylesheets/application.css.scss @@ -14,3 +14,8 @@ *= require_tree ../../../vendor/assets/stylesheets *= require tracks */ + +.bootstrap { + @import "bootstrap-sprockets"; + @import "bootstrap"; +}