Is there anyway to have LESS apply the immediate child selector ( > ) in its output?
In my style.less, I want to write something like:
.panel { .
The official way:
.panel { & > .control { ... } }
& always refers to the current selector.
&
See http://lesscss.org/features/#features-overview-feature-nested-rules