forked from executablebooks/sphinx-book-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.scss
More file actions
52 lines (46 loc) · 1.35 KB
/
index.scss
File metadata and controls
52 lines (46 loc) · 1.35 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
/*! sphinx-book-theme CSS
* BSD 3-Clause License
* Copyright (c) 2020, EBP
* All rights reserved.
*
* This follows the 7-1 pattern described here:
* https://sass-guidelin.es/#architecture
*/
// Variables and re-usable SCSS functions
@import "abstracts/mixins";
@import "abstracts/variables";
// Basic styling applied throughout site
@import "base/base";
@import "base/bootstrap";
@import "base/typography";
@import "base/print";
// Major theme layout, skeleton, and whitespace
@import "sections/article";
@import "sections/footer-article";
@import "sections/footer-content";
@import "sections/header-article";
@import "sections/headers";
@import "sections/sidebar-primary";
@import "sections/sidebar-secondary";
@import "sections/sidebars-toggle";
// Re-usable components across the theme
@import "components/buttons";
// Content blocks in standard Sphinx
@import "content/admonitions";
@import "content/code";
@import "content/field-lists";
@import "content/footnotes";
@import "content/glossary";
@import "content/images";
@import "content/margin";
@import "content/math";
@import "content/quotes";
@import "content/sidebar";
@import "content/tableofcontents";
// Content blocks from Sphinx extensions
@import "extensions/ablog";
@import "extensions/myst-nb";
@import "extensions/sphinx-tabs";
@import "extensions/thebe";
// Page-specific CSS
@import "pages/search";