Using this: ``` a { color: #038EA1; text-decoration: none; &:hover { text-decoration: underline; } } ``` Gives the error: ``` expected one of @import * - @ :: : . # [ @media @font-face /* // } got & after: ``` Reading this post: https://less.tenderapp.com/discussions/questions/39-does-less-have-a-parent-selector-ala-sasss-operator suggests that it works properly in the JS version, but has never worked in the ruby gem.
Using this:
Gives the error:
Reading this post: https://less.tenderapp.com/discussions/questions/39-does-less-have-a-parent-selector-ala-sasss-operator
suggests that it works properly in the JS version, but has never worked in the ruby gem.