mirror of
https://github.com/langgenius/dify.git
synced 2026-01-19 11:45:05 +08:00
fix: Sass @import warning (#17604)
This commit is contained in:
@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user