imba.io
imba.io copied to clipboard
Add nested "inline" css declarations to docs
Add an explanation for the following css declaration syntax to the docs.
<h1> "Hello World!"
css bg:{item.color}
is the same as
<h1[bg:{item.color}]> "Hello World!"