diff options
author | jessib <jessib@leap.se> | 2013-06-17 15:30:30 -0700 |
---|---|---|
committer | jessib <jessib@leap.se> | 2013-06-17 15:30:30 -0700 |
commit | 7b00ff01d24c968485785a71fba1501b16133ca4 (patch) | |
tree | 6e501d5979965acf31e3411442d4240bf148a362 /app/assets/stylesheets/application.scss | |
parent | 15d48c24e529e2f944b026749c5eb35eb4c5cfa7 (diff) |
Use bootswatch rails gem.
Diffstat (limited to 'app/assets/stylesheets/application.scss')
-rw-r--r-- | app/assets/stylesheets/application.scss | 6 |
1 files changed, 6 insertions, 0 deletions
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. // |