====== LESS ====== ---- ===== Installation ===== sudo npm install -g less ---- ===== Syntax ===== .class { &:hover { /* & refers to parent of statement */ } } ----
sudo npm install -g less
.class { &:hover { /* & refers to parent of statement */ } }