style: improve code style of SCSS & YAML
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user