From f853ef091b58b1da08d7ab4f89d6b41b886f6cc5 Mon Sep 17 00:00:00 2001 From: Clement Ho <ClemMakesApps@gmail.com> Date: Fri, 6 Apr 2018 12:48:26 -0500 Subject: [PATCH] Import bootstrap 4 --- app/assets/stylesheets/framework.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/assets/stylesheets/framework.scss b/app/assets/stylesheets/framework.scss index 2fccfa4011c..3b53d9f66c4 100644 --- a/app/assets/stylesheets/framework.scss +++ b/app/assets/stylesheets/framework.scss @@ -1,7 +1,6 @@ @import "framework/variables"; @import "framework/mixins"; -@import 'framework/tw_bootstrap_variables'; -@import 'framework/tw_bootstrap'; +@import "../../../node_modules/bootstrap/scss/bootstrap"; @import "framework/layout"; @import "framework/animations"; -- 2.30.9