imba / imba.io

đź“„The official website of Imba

Home Page:http://imba.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add nested "inline" css declarations to docs

ericvida opened this issue · comments

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!"