Skip to content

Commit

Permalink
document the acceptable values of a key in the plugins object (#232)
Browse files Browse the repository at this point in the history
related to #231
  • Loading branch information
mojavelinux committed Feb 12, 2022
1 parent 1793614 commit 0e17e50
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,8 @@ module.exports = ({ env }) => ({
})
```

> ℹ️ When using an `{Object}`, the key can be a Node.js module name, a path to a JavaScript file that is relative to the directory of the postcss config file, or an absolute path to a JavaScript file.
#### `{Array}`

**.postcssrc.js**
Expand Down

0 comments on commit 0e17e50

Please sign in to comment.