diff options
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 298a758..28206b1 100644 --- a/app/assets/stylesheets/application.scss +++ b/app/assets/stylesheets/application.scss @@ -3,6 +3,9 @@ // @import "head"; +// First import journal variables +// @import "bootswatch/cerulean/variables"; + // // import bootstrap. // @@ -14,6 +17,9 @@ // @import "leap"; +// And finally bootswatch style itself +// @import "bootswatch/cerulean/bootswatch"; + // // import custom scss, content to be set in deployment. // |