Explorar el Código

fix: Sass @import warning (#17604)

tags/1.2.0
Joel hace 6 meses
padre
commit
8d1a34bbb9
No account linked to committer's email address
Se han modificado 1 ficheros con 4 adiciones y 4 borrados
  1. 4
    4
      web/app/styles/markdown.scss

+ 4
- 4
web/app/styles/markdown.scss Ver fichero

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

Cargando…
Cancelar
Guardar