This is an old revision of the document!


LESS


Installation

sudo npm install -g less

Syntax

.class {
    &:hover {
    /* & refers to parent of statement */
    }
}