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
This code is not supposed to work currently. Selectors with identifiers concatenated via nesting are not available as mixins. (And no, it's not the same as #2216 - selector "interpolation" there and "concatenation" here are different things).
(The open ticket for this feature-request is #1399 though it contains a lot of not so very related stuff so it not so easy to find anything there. So maybe we need a dedicated one...).
So feel free to close it (well, as I mentioned above such examples are given in #1399 so eventually this might be fixed/implemented as a part of more wide mixin matching improvement regardless of use-cases).
Similar to #2216, but it's still there in v2.3.1 .
Piped through lessc, this throws a
Just for the record, without the
.c
definition everything works as expected:The text was updated successfully, but these errors were encountered: