CSS DSL

p { 
  style = css { 
    fontSize = 2.em
  }
  +"Paragraph"
}

Paragraph

Back Home Next