Skip to content

Commit

Permalink
fix: update doc for typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-lau committed Aug 27, 2021
1 parent b8de4d8 commit ffb4b24
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@ a postcss plugin for converting px to rem and vw, also you can choose only conve

For postcss v7, you have to use [postcss-pixel-to-remvw v1](https://github.com/ben-lau/postcss-pixel-to-remvw/tree/older-postcss)

# example
# Install

```
npm install postcss-pixel-to-remvw -D
```

# Example

## normal

Expand Down Expand Up @@ -87,12 +93,6 @@ h1 {
}
```

# Install

```
npm install postcss-pixel-to-remvw -D
```

# Usage

## In Webpack
Expand Down

0 comments on commit ffb4b24

Please sign in to comment.