summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/application.scss
blob: 1fed1545f1ba04a1ed99941a4f26d57b6b68585f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
//
// This will in turn import config/customization/stylesheets/head
// It is a workaround for sass-rails defaulting to relative imports.
// https://0xacab.org/leap/webapp/issues/8794
//
@import "custom/head-import";

// First import journal variables
// @import "bootswatch/cerulean/variables";

//
// import bootstrap.
//
@import "bootstrap-sprockets";
@import "bootstrap";

//
// LEAP web app specific overrides
//
@import "leap";
@import "twitter";

// And finally bootswatch style itself
// @import "bootswatch/cerulean/bootswatch";

//
// This will in turn import config/customization/stylesheets/tail
// It is a workaround for sass-rails defaulting to relative imports.
// https://0xacab.org/leap/webapp/issues/8794
//
@import "custom/tail-import";