Parcourir la source

fix: Sass @import warning (#17604)

tags/1.2.0
Joel il y a 6 mois
Parent
révision
8d1a34bbb9
Aucun compte lié à l'adresse e-mail de l'auteur
1 fichiers modifiés avec 4 ajouts et 4 suppressions
  1. 4
    4
      web/app/styles/markdown.scss

+ 4
- 4
web/app/styles/markdown.scss Voir le fichier

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

Chargement…
Annuler
Enregistrer