summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/application.scss
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2013-07-04 04:29:04 -0700
committerelijah <elijah@riseup.net>2013-07-04 04:29:04 -0700
commit76b26cc26fdb38a96e49702dc5640c91519803df (patch)
treefb975d3bc44270435f7842cffaba4eed98672810 /app/assets/stylesheets/application.scss
parent0d95d40616a6b23d848d1fe69d68a14c69280674 (diff)
bootswatch is messing up with the bootstrap icons, so i am disabling it for now.
Diffstat (limited to 'app/assets/stylesheets/application.scss')
-rw-r--r--app/assets/stylesheets/application.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss
index 5a5e900..28206b1 100644
--- a/app/assets/stylesheets/application.scss
+++ b/app/assets/stylesheets/application.scss
@@ -4,7 +4,7 @@
@import "head";
// First import journal variables
-@import "bootswatch/cerulean/variables";
+// @import "bootswatch/cerulean/variables";
//
// import bootstrap.
@@ -18,7 +18,7 @@
@import "leap";
// And finally bootswatch style itself
-@import "bootswatch/cerulean/bootswatch";
+// @import "bootswatch/cerulean/bootswatch";
//
// import custom scss, content to be set in deployment.