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
The issue is that all Less functions evaluate all arguments, so you can't optionally evaluate based on the first statement of the function. Therefore the else statement immediately fails. This is a planned feature in the future.
Variable properties are working in general but not if you use them within if() (maybe other functions as well).
The code below gives me this for the "nok" mixin:
I know that this feature is not yet documented (less/less-docs#500), but is this usecase supposed to work or not?
The text was updated successfully, but these errors were encountered: