Top 1,000 Features Creators Resources Blog Explorer Download
GitHub icon

PostCSS

< >

PostCSS is an open source text markup language created in 2013 by Andrey Sitnik.

#137on PLDB 11Years Old 0Repos
Download source code:
git clone https://github.com/postcss/postcss

Transforming styles with JS plugins


Example from hello-world:
body::before { content: "Hello World"; }
Example from Linguist:
@define-mixin size $size { width: $size; } $big: 100px; /* Main block */ .block { &_logo { background: inline("./logo.png"); @mixin size $big; } }

Language features

Feature Supported Token Example
Strings ✓ "
"Hello world"
Comments ✓
/* A comment
*/
MultiLine Comments ✓ /* */
/* A comment
*/
Semantic Indentation X

View source

- Build the next great programming language · About · Acknowledgements · Extensions · Day 628 · Donate · feedback@pldb.io