diff --git a/web/app/styles/markdown.scss b/web/app/styles/markdown.scss index 12ddeb162..f1f2a7d67 100644 --- a/web/app/styles/markdown.scss +++ b/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%;