We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e6fd13 commit 1cc6ac3Copy full SHA for 1cc6ac3
docs/writing-a-plugin.md
@@ -92,7 +92,7 @@ For public plugins:
92
93
```js
94
module.exports = (opts = {}) => {
95
- // Plugin creator to check options or prepare caches
+ // Plugin creator to check options or prepare shared state
96
return {
97
postcssPlugin: 'PLUGIN NAME'
98
// Plugin listeners
0 commit comments