Skip to content
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.

Commit

Permalink
[+] update minPixelValue: 1.01
Browse files Browse the repository at this point in the history
  • Loading branch information
tw93 committed Dec 14, 2017
1 parent 9a182aa commit b571a5a
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 15 deletions.
11 changes: 10 additions & 1 deletion build/index.native.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/index.native.js.map

Large diffs are not rendered by default.

31 changes: 20 additions & 11 deletions build/index.web.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/index.web.js.map

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,10 @@ webCfg.module.rules[1].use.push({
require('autoprefixer')({
browsers: ['> 0.1%', 'ios >= 8', 'not ie < 12']
}),
require('postcss-plugin-px2rem')({ rootValue: 75 })
require('postcss-plugin-px2rem')({
rootValue: 75,
minPixelValue: 1.01
})
],
compilerModules: [
{
Expand Down

0 comments on commit b571a5a

Please sign in to comment.