wiki.kalen.pw
Log In
Search
You are here:
Start
»
Development
»
CSS
»
LESS
Trace:
•
LESS
Search
LESS
Installation
sudo
npm
install
-g
less
Syntax
.class
{
&
:
hover
{
/* & refers to parent of statement */
}
}