fix: typo
This commit is contained in:
parent
4041cc5e91
commit
ff735953c4
3 changed files with 10 additions and 14 deletions
|
@ -110,19 +110,15 @@
|
|||
// 非中文时不加间距
|
||||
letter-spacing: $letter-spacing-medium;
|
||||
@include non-cjk-block {
|
||||
letter-spacing: $letter-spacing-normal;
|
||||
|
||||
letter-spacing: $letter-spacing-normal;
|
||||
}
|
||||
|
||||
a,
|
||||
abbr,
|
||||
code,
|
||||
heti-spacing,
|
||||
a,
|
||||
abbr,
|
||||
code,
|
||||
heti-spacing,
|
||||
[lang="en-US"] {
|
||||
/*
|
||||
There should be no leeter-spacing between
|
||||
English characters.
|
||||
*/
|
||||
letter-spacing: normal;
|
||||
}
|
||||
// There should be no leeter-spacing between English characters.
|
||||
letter-spacing: normal;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue