1
0
mirror of https://github.com/kuohuanhuan/x-markdown-css.git synced 2024-11-25 06:18:19 +00:00

chore(lint): introduce Stylelint to lint SCSS code

This commit is contained in:
2023-02-28 20:50:12 +08:00
parent 2212a48426
commit 2626938bc7
6 changed files with 1507 additions and 14 deletions

View File

@ -1,6 +1,6 @@
.markdown-body {
color: var(--xm-c-general);
font-family: var(--xm-font-sans) !important;
color: var(--xm-c-general);
pre {
&:not(.shiki, .highlight) {
margin: 0;