Browse Source

update readme

pull/21/head
Ivan Bunin 7 years ago
parent
commit
4dd9241653
  1. 2
      README.md

2
README.md

@ -95,6 +95,7 @@ Default:
fontViewportUnit: 'vw', // vmin is more suitable.
selectorBlackList: [],
minPixelValue: 1,
replace: true,
mediaQuery: false
}
```
@ -111,6 +112,7 @@ Default:
- `[/^body$/]` will match `body` but not `.body`
- `minPixelValue` (Number) Set the minimum pixel value to replace.
- `mediaQuery` (Boolean) Allow px to be converted in media queries.
- `replace` (Boolean) replaces rules containing rems instead of adding fallbacks.
### Use with gulp-postcss

Loading…
Cancel
Save