feat: support double quotation marks #62

This commit is contained in:
Sivan 2021-12-09 02:38:51 +08:00
parent 45d0d17aae
commit 4592a8dc02
7 changed files with 231 additions and 137 deletions

View file

@ -18,5 +18,10 @@
h6 {
text-align: start;
}
// 默认无论简繁都采用台湾规范修改只需重新定义变量 `$chinese-quote-set` 即可
q {
quotes: map-get(map-get($chinese-quote-presets, $chinese-quote-set), "vertical");
}
}
}