You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,9 +54,7 @@ All plugins are welcome, so long as they meet the [PostCSS Plugin Guidelines](ht
54
54
55
55
1.[Fork this repo](https://github.com/himynameisdave/postcss-plugins#fork-destination-box).
56
56
2. Run `yarn install`/`npm i` to quickly install the dependencies that the [scripts](https://github.com/himynameisdave/postcss-plugins/tree/master/scripts) rely on.
57
-
3. Run `yarn run add`/`npm run add`. You will then be prompted for info about your plugin:
58
-
59
-

57
+
3. Run `yarn run add`/`npm run add`. You will then be prompted for info about your plugin. Follow the prompts.
60
58
4. This will add your plugin to [`plugins.json`](https://github.com/himynameisdave/postcss-plugins/blob/master/plugins.json) and your name/plugin to the [`authors.md`](https://github.com/himynameisdave/postcss-plugins/blob/master/docs/authors.md) list.
61
59
5. Commit & push your changes, then submit your pull request.
0 commit comments