diff options
author | elijah <elijah@riseup.net> | 2013-07-04 04:29:04 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2013-07-04 04:29:04 -0700 |
commit | 76b26cc26fdb38a96e49702dc5640c91519803df (patch) | |
tree | fb975d3bc44270435f7842cffaba4eed98672810 | |
parent | 0d95d40616a6b23d848d1fe69d68a14c69280674 (diff) |
bootswatch is messing up with the bootstrap icons, so i am disabling it for now.
-rw-r--r-- | app/assets/stylesheets/application.scss | 4 |
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. |