mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-09 10:56:52 +08:00
fix: Sass @import warning (#17604)
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
@import '../../themes/light';
|
@use '../../themes/light';
|
||||||
@import '../../themes/dark';
|
@use '../../themes/dark';
|
||||||
@import '../../themes/markdown-light';
|
@use '../../themes/markdown-light';
|
||||||
@import '../../themes/markdown-dark';
|
@use '../../themes/markdown-dark';
|
||||||
|
|
||||||
.markdown-body {
|
.markdown-body {
|
||||||
-ms-text-size-adjust: 100%;
|
-ms-text-size-adjust: 100%;
|
||||||
|
|||||||
Reference in New Issue
Block a user