c6 icon indicating copy to clipboard operation
c6 copied to clipboard

Nested Properties

Open c9s opened this issue 10 years ago • 0 comments

  • [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;
  }
}

c9s avatar May 06 '15 21:05 c9s