Skip to content

Commit

Permalink
fix: line-height
Browse files Browse the repository at this point in the history
  • Loading branch information
sivan committed Jun 25, 2019
1 parent 16eccb5 commit 86f8493
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
> 1. 修订号:当你做了向下兼容的问题修正。
> 先行版本号及版本编译信息可以加到“主版本号.次版本号.修订号”的后面,作为延伸。
## 2.0.0

- 修改所有位于 `$entry-selector` 块级元素为子选择器;
- 修改 `line-height-default``line-height-normal`,与 `font-size-normal` 统一。

## 1.0.0

- 增加 style-lint 检查;
Expand Down
2 changes: 1 addition & 1 deletion lib/core/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
// Component reset
// included in minimal components
@mixin component-reset() {
font: normal #{$font-size-normal}/#{$line-height-default} $font-family-base;
font: normal #{$font-size-normal}/#{$line-height-normal} $font-family-base;
text-align: left;
text-indent: 0;
text-shadow: none;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hi-ui/core-css",
"version": "2.0.0-beta.2",
"version": "2.0.0-beta.3",
"description": "HIUI core styles, include common reset, helper classes and typography. i18n supported.",
"main": "index.scss",
"directories": {
Expand Down

0 comments on commit 86f8493

Please sign in to comment.