forked from TheThingsNetwork/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.scss
More file actions
29 lines (20 loc) · 644 Bytes
/
main.scss
File metadata and controls
29 lines (20 loc) · 644 Bytes
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
---
# Only the main Sass file needs front matter (the dashes are enough)
---
// Other files will not be pre-processed by Jekyll, so define baseurl to use here
$baseurl: {{ site.baseurl }};
// Fonts
@import 'https://fonts.googleapis.com/css?family=Lato';
@import '../node_modules/ttn-stylebook/dist/scss/ttn/variables';
@import 'variables';
@import '../node_modules/ttn-stylebook/dist/scss/ttn/bootstrap';
// Include overrides for bootstrap styles
@import 'bootstrap';
// Other libs
@import '../node_modules/font-awesome/scss/font-awesome';
@import 'rouge';
// Main styles
@import 'base';
// Specifics
@import 'index';
@import 'guides';