Skip to Content
Hands-On UX Design for Developers
book

Hands-On UX Design for Developers

by Elvis Canziba
July 2018
Beginner
350 pages
8h 34m
English
Packt Publishing
Content preview from Hands-On UX Design for Developers

CSS postprocessors

CSS postprocessors are tools which we use after the files are compiled to pure CSS from CSS preprocessing tools, such as Sass, Less, or Stylus.

By adding postprocessors, we minify our CSS in a proper way; for example, all the comments, white spaces, and unnecessary declared properties around our CSS files will be removed, and the CSS gets organized in a better way so that browsers can load it faster.

We can take an example of margins or paddings. Let's say that after compilation to pure CSS from preprocessing tools, we get CSS properties such as margin: 0px 0px 0px 0px; or padding: 0px 0px 0px 0px;. Postprocessors will organize these properties in a minified and organized way, so the final results on CSS will be margin: ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

The Joy of UX: User Experience and Interactive Design for Developers

The Joy of UX: User Experience and Interactive Design for Developers

David Platt
User Experience Design

User Experience Design

Satyam Kantamneni
UX Design for Mobile

UX Design for Mobile

Pau Giner, Pablo Perea

Publisher Resources

ISBN: 9781788626699Other