Skip to content

Commit 59a4ca0

Browse files
authored
Update main.scss
1 parent 933f472 commit 59a4ca0

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

assets/css/main.scss

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
---
2+
# Only the main Sass file needs front matter (the dashes are enough)
3+
---
4+
@charset "utf-8";
5+
6+
// Dimensions
7+
$max-content-width: {{ site.max_width }};
8+
9+
@import
10+
"variables",
11+
"themes",
12+
"layout",
13+
"base",
14+
"distill",
15+
"cv",
16+
"tabs",
17+
"typograms",
18+
"font-awesome/fontawesome",
19+
"font-awesome/brands",
20+
"font-awesome/solid",
21+
"font-awesome/regular",
22+
"tabler-icons/tabler-icons.scss",
23+
"tabler-icons/tabler-icons-filled.scss",
24+
"tabler-icons/tabler-icons-outline.scss"
25+
;
26+
127
.shadow-box {
228
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
329
padding: 40px;

0 commit comments

Comments
 (0)