mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-13 20:16:00 +08:00
fix: Sass @import warning (#17604)
This commit is contained in:
parent
abead647e2
commit
8d1a34bbb9
@ -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%;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user