This is an old revision of the document!
LESS
Installation
sudo npm install -g less
Syntax
.class {
&:hover {
/* & refers to parent of statement */
}
}
This is an old revision of the document!
sudo npm install -g less
.class {
&:hover {
/* & refers to parent of statement */
}
}