Kaynağa Gözat

fix: Sass @import warning (#17604)

tags/1.2.0
Joel 6 ay önce
ebeveyn
işleme
8d1a34bbb9
No account linked to committer's email address
1 değiştirilmiş dosya ile 4 ekleme ve 4 silme
  1. 4
    4
      web/app/styles/markdown.scss

+ 4
- 4
web/app/styles/markdown.scss Dosyayı Görüntüle

@@ -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…
İptal
Kaydet