LESS « The Dynamic Stylesheet language
&:をつけると、ネストの中にhoverやbeforeをつけることが出来る。
&をつけると、ネストの中に:hoverや:before(疑似セレクタ)をつけることが出来る。
#header { h1 { font-size: 26px; font-weight: bold; } p { font-size: 12px; a { text-decoration: none; &:hover { border-width: 1px } } } }