Skip to content

Commit 19f2627

Browse files
author
Fabian Morón Zirfas
committed
chore(move back to scss):
1 parent 8e400d1 commit 19f2627

10 files changed

+1625
-8
lines changed

.vscode/settings.json

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"workbench.colorCustomizations": {
3+
"activityBar.background": "#a9d882",
4+
"activityBar.foreground": "#15202b",
5+
"activityBar.inactiveForeground": "#15202b99",
6+
"activityBarBadge.background": "#558aca",
7+
"activityBarBadge.foreground": "#15202b",
8+
"titleBar.activeBackground": "#8ecc5b",
9+
"titleBar.inactiveBackground": "#8ecc5b99",
10+
"titleBar.activeForeground": "#15202b",
11+
"titleBar.inactiveForeground": "#15202b99",
12+
"statusBar.background": "#8ecc5b",
13+
"statusBarItem.hoverBackground": "#74ba3a",
14+
"statusBar.foreground": "#15202b"
15+
}
16+
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

assets/css/style.scss renamed to assets/css/styles.scss

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
/*---
2-
# this ensures Jekyll reads the file to be transformed into CSS later
3-
# only Main files contain this front matter, not partials.
1+
---
42
css: true
5-
---*/
3+
---
64

75
* {
86
-webkit-box-sizing: border-box;

assets/js/main.bundle.js

+522-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/js/main.bundle.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/js/reference.bundle.js

+1,083-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/js/reference.bundle.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)