Skip to content

Commit

Permalink
fix: add default body font-size
Browse files Browse the repository at this point in the history
  • Loading branch information
paranoidjk committed Dec 6, 2017
1 parent 818fae6 commit 8973a0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions components/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

body {
background-color: @fill-body;
font-size: @font-size-base;
}

*[contenteditable] {
Expand Down
2 changes: 1 addition & 1 deletion site/kitchen/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const _indexDemos = ['drawer'];
const _subListDemos = ['list-view'];

const pluginAntdConfig = {
pxtorem: true,
pxtorem: process.env.HD_ENV === 'hd',
babelConfig: JSON.stringify({
plugins: [
[
Expand Down

0 comments on commit 8973a0f

Please sign in to comment.