SugarSS is an open source text markup language created in 2016 by Andrey Sitnik.
git clone https://github.com/postcss/sugarss
#720on PLDB | 7Years Old | 0Repos |
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 | Token | Example |
---|---|---|---|
Comments | ✓ | // A comment |
|
Line Comments | ✓ | // | // A comment |
Semantic Indentation | X |