forked from 10up/Engineering-Best-Practices
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.scss
More file actions
29 lines (26 loc) · 651 Bytes
/
Copy pathmain.scss
File metadata and controls
29 lines (26 loc) · 651 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
---
---
// Global
@import "global/functions";
@import "global/variables";
@import "global/mixins";
@import "global/placeholders";
@import "global/grid";
// Base
@import "base/normalize";
@import "base/base";
@import "base/typography";
@import "base/fonts";
@import "base/buttons";
// Components
@import "components/syntax-highlighter";
@import "components/template-header";
@import "components/code-block";
@import "components/social-networks";
// Includes
@import "includes/header";
@import "includes/table-of-contents";
@import "includes/docs-section";
@import "includes/footer";
@import "includes/footer-about";
@import "includes/nav-dropdowns";