Closed rabio closed 12 years ago
Documentation on the lesscss.org site states:
Any CSS class, id or element ruleset can be mixed-in that way.
but unfortunately this isn't true for elements.
For example code below produces syntax error when compiled:
div { display: table; } .some-class { div; }
Ah yes, this was changed sometime ago for parsing reasons. I'll update the doc.
Documentation on the lesscss.org site states:
but unfortunately this isn't true for elements.
For example code below produces syntax error when compiled: