Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,11 @@ If your project involves a fixed width, this script will help to convert pixels
### Installation
Add via npm
```
$ npm install postcss-px-to-viewport --save-dev
$ npm install postcss-px-to-viewport postcss --save-dev
```
or yarn
```
$ yarn add -D postcss-px-to-viewport
$ yarn add -D postcss-px-to-viewport postcss
```

### Usage
Expand Down
4 changes: 2 additions & 2 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,11 @@
### 安装
使用npm安装
```
$ npm install postcss-px-to-viewport --save-dev
$ npm install postcss-px-to-viewport postcss --save-dev
```
或者使用yarn进行安装
```
$ yarn add -D postcss-px-to-viewport
$ yarn add -D postcss-px-to-viewport postcss
```

### 配置参数
Expand Down
Loading