Sfoglia il codice sorgente

fix: Sass @import warning (#17604)

tags/1.2.0
Joel 6 mesi fa
parent
commit
8d1a34bbb9
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 4 aggiunte e 4 eliminazioni
  1. 4
    4
      web/app/styles/markdown.scss

+ 4
- 4
web/app/styles/markdown.scss Vedi File

@@ -1,7 +1,7 @@
@import '../../themes/light';
@import '../../themes/dark';
@import '../../themes/markdown-light';
@import '../../themes/markdown-dark';
@use '../../themes/light';
@use '../../themes/dark';
@use '../../themes/markdown-light';
@use '../../themes/markdown-dark';

.markdown-body {
-ms-text-size-adjust: 100%;

Loading…
Annulla
Salva