feat(css): add admonition css variable

This commit is contained in:
Dillon
2020-02-02 21:07:38 +08:00
parent 17bbe91c6f
commit b91ca3d61a
8 changed files with 120 additions and 153 deletions

View File

@@ -50,8 +50,8 @@ pre {
}
}
@each $sign, $text in $code-type-list {
&.#{$sign}::after {
@each $type, $text in $code-type-map {
&.#{$type}::after {
content: $text;
}
}