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
{{ message }}
This repository was archived by the owner on Aug 12, 2025. It is now read-only.
div .col-class-4 {
width:33.33333333%;
}
div .col-class-3 {
width:25%;
}
div .col-class-2 {
width:16.66666667%;
}
div .col-class-1 {
width:8.33333333%;
}
However the repo MarcusSchwarz/lesserphp gives me the error .calc-grid-column is undefined: failed at .calc-grid-column(@index, @Class, @type); in mixins.less at line 9
Hey,
thank you for maintaining lesserphp :-)
However, there seems to be a regression: Recursive mixins are now broken.
An example that works in the original leafo/lessphp, but is broken in this repository:
expected outcome (see it at less2css.org):
However the repo MarcusSchwarz/lesserphp gives me the error
.calc-grid-column is undefined: failed at.calc-grid-column(@index, @Class, @type);in mixins.less at line 9