SugarSS is an open source text markup language created in 2016 by Andrey Sitnik.
#418on PLDB | 8Years Old | 0Repos |
git clone https://github.com/postcss/sugarss
Indent-based CSS syntax for PostCSS
@define-mixin size $size
width: $size
$big: 100px
// Main block
.block
&_logo
background: inline("./logo.png")
@mixin size $big
Feature | Supported | Example | Token |
---|---|---|---|
Comments | ✓ | // A comment | |
Line Comments | ✓ | // A comment | // |
Semantic Indentation | X |