feat: support CJK & ANS spacing (#12)

This commit is contained in:
Sivan 2020-02-21 01:49:22 +08:00
parent 898d2de3d8
commit aebe2137b0
25 changed files with 1420 additions and 335 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;
}
}
}
}