feat: support compression rules for punctuation marks

This commit is contained in:
Sivan 2020-03-15 23:19:37 +08:00
parent 5a7182fcca
commit 911ddb7170
10 changed files with 194 additions and 60 deletions

View file

@ -802,3 +802,15 @@
.heti .heti-spacing-end {
margin-inline-start: 0.25em;
}
.heti heti-adjacent {
display: inline;
}
.heti .heti-adjacent-half {
margin-inline-end: -0.5em;
}
.heti .heti-adjacent-quarter {
margin-inline-end: -0.25em;
}