mirror of
https://bgithub.xyz/mtrlps-community/lps-community-guide.git
synced 2026-02-04 15:04:42 +08:00
feat(style): 在ASCII字符与CJK之间自动添加空格
This commit is contained in:
6
docs/assets/stylesheets/global.css
Normal file
6
docs/assets/stylesheets/global.css
Normal file
@@ -0,0 +1,6 @@
|
||||
:root {
|
||||
text-autospace: normal;
|
||||
}
|
||||
code, pre {
|
||||
text-autospace: no-autospace;
|
||||
}
|
||||
Reference in New Issue
Block a user