Denolus is strongly inspired by Stylus.
- SRNV
- divy-work
@import "examples/module"
$variable = #ff000
div:
span:
~ nth-child(1):
color: #ff000
~ nth-child(2):
color: #0000ff
~#denolus:
color: #00ff00
grid-template:
- "a a"
- "b b"
- "c c"
~ #sub:
font-weight: bold
color: $variable