From 9c71ba939283dfbcff0990a7f8bfb5f2f9828e3a Mon Sep 17 00:00:00 2001 From: Joseph Cohen Date: Mon, 29 Dec 2014 12:10:33 -0600 Subject: [PATCH] Added sidebar menu and some layout fixes --- app/assets/sass/modules/_bootstrap.scss | 49 ------------------------- 1 file changed, 49 deletions(-) delete mode 100644 app/assets/sass/modules/_bootstrap.scss diff --git a/app/assets/sass/modules/_bootstrap.scss b/app/assets/sass/modules/_bootstrap.scss deleted file mode 100644 index ef55b6c8..00000000 --- a/app/assets/sass/modules/_bootstrap.scss +++ /dev/null @@ -1,49 +0,0 @@ -// Core variables and mixins -@import "../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/variables"; -@import "../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins"; - -// Reset and dependencies -@import "../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/normalize"; -@import "../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/print"; - -// Core CSS -@import "../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/scaffolding"; -@import "../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/type"; -@import "../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/code"; -@import "../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/grid"; -@import "../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/tables"; -@import "../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/forms"; -@import "../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/buttons"; - -// Components -@import "../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/component-animations"; -@import "../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/dropdowns"; -@import "../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/button-groups"; -@import "../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/input-groups"; -@import "../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/navs"; -@import "../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/navbar"; -@import "../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/breadcrumbs"; -@import "../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/pagination"; -@import "../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/pager"; -@import "../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/labels"; -@import "../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/badges"; -@import "../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/jumbotron"; -@import "../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/thumbnails"; -@import "../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/alerts"; -@import "../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/progress-bars"; -@import "../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/media"; -@import "../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/list-group"; -@import "../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/panels"; -@import "../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/responsive-embed"; -@import "../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/wells"; -@import "../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/close"; - -// Components w/ JavaScript -@import "../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/modals"; -@import "../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/tooltip"; -@import "../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/popovers"; -@import "../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/carousel"; - -// Utility classes -@import "../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/utilities"; -@import "../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/responsive-utilities";