c6
c6 copied to clipboard
Nested Properties
- [x] Modify lexer to allow block in property value.
- [x] Modify parser to parse block in property value. (encounter
{before semicolon;) - [ ] Merge declaration block with the given property name.
.funky {
font: {
family: fantasy;
size: 30em;
weight: bold;
}
}