Bläddra i källkod

fix: Sass @import warning (#17604)

tags/1.2.0
Joel 6 månader sedan
förälder
incheckning
8d1a34bbb9
Inget konto är kopplat till bidragsgivarens mejladress
1 ändrade filer med 4 tillägg och 4 borttagningar
  1. 4
    4
      web/app/styles/markdown.scss

+ 4
- 4
web/app/styles/markdown.scss Visa fil

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

Laddar…
Avbryt
Spara