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.
Andrey Sitnik, the author of PostCSS, discusses some non-popular but helpful plugins/tools and misconceptions about popular PostCSS plugins. Learn how to combine all of them to reduce project complexity instead of just bringing syntax sugar.
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.