From 7b00ff01d24c968485785a71fba1501b16133ca4 Mon Sep 17 00:00:00 2001 From: jessib Date: Mon, 17 Jun 2013 15:30:30 -0700 Subject: Use bootswatch rails gem. --- app/assets/stylesheets/application.scss | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'app/assets/stylesheets/application.scss') diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss index bb3b8bc..3e1b42c 100644 --- a/app/assets/stylesheets/application.scss +++ b/app/assets/stylesheets/application.scss @@ -3,6 +3,9 @@ // @import "tail"; +// First import journal variables +@import "bootswatch/cerulean/variables"; + // // import bootstrap. // @@ -19,6 +22,9 @@ table.table-hover tr:hover .btn { } @import "bootstrap-editable"; +// And finally bootswatch style itself +@import "bootswatch/cerulean/bootswatch"; + // // import custom scss, content to be set in deployment. // -- cgit v1.2.3