A searchable catalog of PostCSS plugins, built with React/Redux/styled-components.
This app pulls its data from postcss-plugins, which serves as a centralized list of all PostCSS plugins. Head over here for more information on how to add a plugin.
If you are stuck, you can contact @mxstbr or @himynamisdave on Twitter.
Clone this repo using git clone git@github.com:mxstbr/postcss.parts
Run npm install
to install the dependencies.
Run npm run dev
to start the local web server.
Go to http://localhost:1234
and you should see the app running!
If you change something in the JavaScript or CSS files, they get compiled and minified automatically on save. Simply look at your browser and you should see the changes you made!
This project is licensed under the MIT license. For more information see LICENSE.md
.