summaryrefslogtreecommitdiff
path: root/app/assets
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-12-06 13:29:13 -0600
committerJacob Schatz <jschatz1@gmail.com>2016-12-14 20:01:01 -0500
commitf1d30769f3c3123b93f1e11ea9a76399719435c9 (patch)
treeb38255b23082cd20a950f649b321fd775c6ae562 /app/assets
parentfd3be70dcd1bd625a69701a7be17ae4e733d1512 (diff)
downloadgitlab-ce-f1d30769f3c3123b93f1e11ea9a76399719435c9.tar.gz
Remove unused bootstrap imports
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/framework/tw_bootstrap.scss10
1 files changed, 5 insertions, 5 deletions
diff --git a/app/assets/stylesheets/framework/tw_bootstrap.scss b/app/assets/stylesheets/framework/tw_bootstrap.scss
index 55bc325b858..1a985ee2a66 100644
--- a/app/assets/stylesheets/framework/tw_bootstrap.scss
+++ b/app/assets/stylesheets/framework/tw_bootstrap.scss
@@ -21,7 +21,7 @@
@import "bootstrap/buttons";
// Components
-@import "bootstrap/component-animations";
+// @import "bootstrap/component-animations";
// @import "bootstrap/dropdowns";
@import "bootstrap/button-groups";
@import "bootstrap/input-groups";
@@ -33,11 +33,11 @@
@import "bootstrap/labels";
@import "bootstrap/badges";
@import "bootstrap/alerts";
-@import "bootstrap/progress-bars";
+// @import "bootstrap/progress-bars";
@import "bootstrap/list-group";
-@import "bootstrap/wells";
-@import "bootstrap/close";
-@import "bootstrap/panels";
+// @import "bootstrap/wells";
+// @import "bootstrap/close";
+// @import "bootstrap/panels";
// Components w/ JavaScript
@import "bootstrap/modals";