feat: support CJK & ANS spacing

This commit is contained in:
Sivan 2020-03-01 05:51:00 +08:00
parent 25cfc2229a
commit f601c82590
13 changed files with 1125 additions and 87 deletions

View file

@ -26,6 +26,7 @@
&-x-large {
font-size: $font-size-x-large;
line-height: $line-height-size-x-large;
letter-spacing: 0.05em;
}
&-small {
@ -78,5 +79,11 @@
margin-block-start: $std-block-unit / 2;
margin-block-end: 0;
}
li {
&:target {
background-color: #def;
}
}
}
}