SugarSS is a text markup language created in 2016 by Andrey Sitnik.
#753on PLDB | 7Years Old | 977Users |
0Books | 0Papers | 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 |