diff options
Diffstat (limited to 'app/assets/stylesheets')
-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. // |