Languages Features Creators CSV Resources Challenges Add Language
GitHub icon

PostCSS

PostCSS - Text markup language

< >

PostCSS is a text markup language created in 2013.

#217on PLDB 10Years Old 31.1kUsers
0Books 0Papers 0Repos

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
nextflow.html · postcss.html · pony.html

View source

- Build the next great programming language · Search · Day 213 · About · Blog · Acknowledgements · Traffic · Traffic Today · GitHub · feedback@pldb.com