ugly modification
This commit is contained in:
parent
af637c7a6d
commit
9e6ac7777c
3 changed files with 39 additions and 13 deletions
|
@ -6,13 +6,6 @@
|
|||
// 清容器浮动
|
||||
@include clear-float();
|
||||
|
||||
// 非中文时不加间距
|
||||
letter-spacing: $letter-spacing-medium;
|
||||
@include non-cjk-block {
|
||||
letter-spacing: $letter-spacing-normal;
|
||||
|
||||
}
|
||||
|
||||
// 清容器内首尾元素外边距
|
||||
&,
|
||||
section,
|
||||
|
@ -113,4 +106,23 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
// 非中文时不加间距
|
||||
letter-spacing: $letter-spacing-medium;
|
||||
@include non-cjk-block {
|
||||
letter-spacing: $letter-spacing-normal;
|
||||
|
||||
}
|
||||
|
||||
a,
|
||||
abbr,
|
||||
code,
|
||||
heti-spacing,
|
||||
[lang="en-US"] {
|
||||
/*
|
||||
There should be no leeter-spacing between
|
||||
English characters.
|
||||
*/
|
||||
letter-spacing: normal;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue