Sha256: fe7b2d46c09972b211bc7e60e2980c97cc0bbf764d74af77feeda524244ce3f7
Contents?: true
Size: 586 Bytes
Versions: 6
Compression:
Stored size: 586 Bytes
Contents
// Optimized for East Asian CJK html:lang(zh), html:lang(zh-Hans), .lang-zh, .lang-zh-hans { font-family: $cjk-zh-hans-font-family; } html:lang(zh-Hant), .lang-zh-hant { font-family: $cjk-zh-hant-font-family; } html:lang(ja), .lang-ja { font-family: $cjk-jp-font-family; } html:lang(ko), .lang-ko { font-family: $cjk-ko-font-family; } :lang(zh), :lang(ja), .lang-cjk { ins, u { border-bottom: $border-width solid; text-decoration: none; } del + del, del + s, ins + ins, ins + u, s + del, s + s, u + ins, u + u { margin-left: .125em; } }
Version data entries
6 entries across 6 versions & 1 rubygems