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
Most likely a duplicate of #1851 unless some older Less version used (but it's hard to say for sure without knowing how and where the .font-size mixin is defined) .
Firstly thank you for continuing the effort with less.js!
I seem to be struggling with mixins inside a class pulled from a reference file.
Reference File
@import (reference) "base/_buttons";
Usage
Output
I expect the rules would be broken over two groups of properties. However, I didn't expect
.button-small
to be included.If I don't reference
.button-small
at all, the output is as follows:Output
Am I doing something wrong? Are reference files for styles only? Is this a bug?
Any help would be appreciated.
The text was updated successfully, but these errors were encountered: