style: improve code style of SCSS & YAML

This commit is contained in:
Cotes Chung
2023-03-16 03:36:52 +08:00
parent 02b7bd5095
commit 3c7934abf0
12 changed files with 181 additions and 117 deletions

View File

@@ -7,7 +7,7 @@
%heading {
color: var(--heading-color);
font-weight: 400;
font-family: Lato, "Microsoft Yahei", sans-serif;
font-family: Lato, 'Microsoft Yahei', sans-serif;
}
%section {
@@ -150,7 +150,7 @@
transform: translateX(-50%);
}
@mixin prompt($type, $fa-content, $fa-style: "solid") {
@mixin prompt($type, $fa-content, $fa-style: 'solid') {
&.prompt-#{$type} {
background-color: var(--prompt-#{$type}-bg);