feat: merge $admonition-color-map and $admonition-background-color-map

This commit is contained in:
Dillon
2022-05-16 21:57:03 +08:00
parent b79ebc8141
commit 464a602f11
8 changed files with 253 additions and 267 deletions

View File

@@ -100,5 +100,5 @@
@mixin object-fit($value) {
-o-object-fit: $value;
object-fit: $value;
font-family: 'object-fit: #{$value};';
font-family: "object-fit: #{$value};";
}