Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

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
Homepage · Source Code · Twitter · Docs

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 Example Token
Strings ✓ "Hello world" "
Comments ✓ /* A comment */
MultiLine Comments ✓ /* A comment */ /* */
Semantic Indentation X

- Build the next great programming language · Add · About · Search · Keywords · Livestreams · Labs · Resources · Acknowledgements

Built with Scroll v144.0.0