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

@ -20,4 +20,16 @@
.heti-spacing-end {
margin-inline-start: 0.25em;
}
heti-adjacent {
display: inline;
}
.heti-adjacent-half {
margin-inline-end: -0.5em;
}
.heti-adjacent-quarter {
margin-inline-end: -0.25em;
}
}