fix: Sass @import warning (#17604)

pull/16836/head^2
Joel 10 months ago committed by GitHub
parent abead647e2
commit 8d1a34bbb9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save