PostCSS: the future after Sass and LESS

At CSSConf US, in New York, United States

Topics

Share on

PostCSS transforms CSS using extensible plugins API and JavaScript. With more than 200 plugins, it provides auto-prefixing, future CSS syntaxes transpiling, variables and mixins support, modules, linting, and much more.

Twitter, WordPress, and Alibaba use PostCSS—and its most popular plugin, Autoprefixer; PostCSS has become one of the most popular CSS processors available. PostCSS plugins can do the same work as preprocessors (add vendor prefixes, use nested properties, variables, and mixins) with the advantage of enhanced modularity, performance, and power. Some plugins can extend CSS syntax and allow you to write CSS4 code right now, which is impossible on preprocessors.

PostCSS is very small, including only a CSS parser and AST stringifier, with all the CSS transformations encapsulated in modular plugins. Each plugin is a small JS function that receives a CSS node tree, applies transformations to it, and returns a modified tree. We’ll dive into why—and how—you can leverage PostCSS in your workflow today!

Video

In the same orbit

Explore more events

Let's solve your hard problems

Martians at a glance
18
years in business

We're experts at helping developer products grow, with a proven track record in UI design, product iterations, cost-effective scaling, and much more. We'll lay out a strategy before our engineers and designers leap into action.

If you prefer email, write to us at surrender@evilmartians.com