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
Theoretically, neither .xs-display-block nor .display-block call should be working.
They should per #1624 (so this is basically a bug in #1624).
Regardless of the error one should avoid such code (to be honest by these days I suppose that was a mistake to implement this feature at all). If one needs a parametric mixin she just uses parametric mixin (note in .shi both void and xs are nothing but parameters for a whatever mixin with one parameter) ``. Ideally (for manageable and solid code) parametric mixins must never be emulated via CSS classes (despite Less partially allowing you to do so via combination of certain features, i.e. "selector interpolation" + "interpolated-classes-as-mixin"). For more details and examples see #2702.
If I want to taking
.display-block
into some class as :it will be tell me
but if I using
.xs-display-block
It's works.
so... Is that the null string are not supporting when compiling?
The text was updated successfully, but these errors were encountered: