Learn about the common mistakes and best practices for plugin authors from the creator of PostCSS itself.
PostCSS has been a huge success: starting from Autoprefixer, it has changed the way we think about CSS. Now we can shape styles in any way possible, try new ideas, and make great tools. And while the number of PostCSS plugins and use cases is growing, there are some things that could be improved.
Slides
In the same orbit
- PostCSS
PostCSS
One of the most popular and most depended-on npm libraries, PostCSS transforms CSS using an extensible plugins API. With more than 200 plugins, developers can lint CSS, support variables and mixins, transpile future CSS syntax, and more.