Skip to content

Commit

Permalink
Merge branch 'master' into feat/support-postcss-8-plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
m4thieulavoie committed Sep 17, 2020
2 parents b03d195 + fda5f4a commit efc9ebb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Then create a postcss config file by choosing one of the following formats

### `package.json`

Create a **`postcss`** section in your projects **`package.json`**
Create a **`postcss`** section in your project's **`package.json`**

```
Project (Root)
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ rc.sync = (ctx, path, options) => {
* @license MIT
*
* @module postcss-load-config
* @version 2.0.0
* @version 2.1.0
*
* @requires comsiconfig
* @requires ./options
Expand Down

0 comments on commit efc9ebb

Please sign in to comment.