Say I have a style defined with Less:
ul.unstyled, ol.unstyled { margin-left: 0; list-style: none; }
Subsequently, I want to reuse the unstyled class:
.my-list { .unstyled; }
However, this does not work, and I cannot understand the magic for it to work. Any thoughts?
Brian genisio
source share