less.ruby
less.ruby copied to clipboard
Less 2.0 and :hover
.milk { color: #fff; :hover { color: #eee; } }
The 1.x branch of Less compiled this to ".milk:hover", whereas Less.js / Less 2.x compiles this to ".milk :hover".
Is this an expected behaviour change in the 2.x branch?