refactor: update the sass mixed declarations (#1872)

See: https://sass-lang.com/d/mixed-decls
This commit is contained in:
Andrew
2024-08-09 01:24:30 -04:00
committed by Cotes Chung
parent e347d0632f
commit 23729c9c8f
4 changed files with 28 additions and 28 deletions

View File

@@ -50,13 +50,13 @@ html {
@extend %rounded;
@extend %code-snippet-bg;
overflow: auto;
padding-bottom: 0.75rem;
@at-root figure#{&} {
@extend %code-snippet-bg;
}
overflow: auto;
padding-bottom: 0.75rem;
pre {
margin-bottom: 0;
font-size: $code-font-size;