You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But somehow this syntax feels clumsy, I'd rather generate the class directly using the @{name} syntax in the generator.
The problem seems to be that LESS doesn't register such generated classes in its "internal list" of available classes. It would be very nice if LESS could somehow "backtrack" those generated classes in order to be able to reuse them.
Thanks, and keep up the good work!
The text was updated successfully, but these errors were encountered:
Sorry for the duplicate, even though I saw #1196 in the list I didn't understand just from its title that it was related. I'll watch that thread instead.
Thanks again, for your reactivity in addition to all the rest. ;)
Hi,
I'm using LESS 1.3.3
When I generate classes like this:
Then I can't reuse them as mixins even though they are perfectly usable in HTML:
It gives a
NameError: .mtStandard is undefined
Sure I can work around that using a different generator:
But somehow this syntax feels clumsy, I'd rather generate the class directly using the @{name} syntax in the generator.
The problem seems to be that LESS doesn't register such generated classes in its "internal list" of available classes. It would be very nice if LESS could somehow "backtrack" those generated classes in order to be able to reuse them.
Thanks, and keep up the good work!
The text was updated successfully, but these errors were encountered: