ソースを参照

fix: Sass @import warning (#17604)

tags/1.2.0
Joel 6ヶ月前
コミット
8d1a34bbb9
コミッターのメールアドレスに関連付けられたアカウントが存在しません
1個のファイルの変更4行の追加4行の削除
  1. 4
    4
      web/app/styles/markdown.scss

+ 4
- 4
web/app/styles/markdown.scss ファイルの表示

@@ -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%;

読み込み中…
キャンセル
保存