feat: support double quotation marks #62
This commit is contained in:
parent
45d0d17aae
commit
4592a8dc02
7 changed files with 231 additions and 137 deletions
|
@ -18,5 +18,10 @@
|
|||
h6 {
|
||||
text-align: start;
|
||||
}
|
||||
|
||||
// 默认无论简繁都采用台湾规范,修改只需重新定义变量 `$chinese-quote-set` 即可。
|
||||
q {
|
||||
quotes: map-get(map-get($chinese-quote-presets, $chinese-quote-set), "vertical");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue