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 has been archived by the owner on May 5, 2022. It is now read-only.
null: Substitution error: some actual parameters were not used. Formal parameters: FormalArgumentList[$length: null], actual parameters: Actual argument list [ArgumentList [small, 15ex]] at line 6, column 17
com.vaadin.sass.internal.parser.ParseException: Substitution error: some actual parameters were not used. Formal parameters: FormalArgumentList[$length: null], actual parameters: Actual argument list [ArgumentList [small, 15ex]] at line 6, column 17...
Line 6 that the error message refers to is the first item of the list.
Looks like the compiler tries to parse the list as a mixin.
Strangely enough, the list seems to work just fine despite this, but the error is quite annoying.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The following list variable definition:
throws the following compilation error:
Line 6 that the error message refers to is the first item of the list.
Looks like the compiler tries to parse the list as a mixin.
Strangely enough, the list seems to work just fine despite this, but the error is quite annoying.
The text was updated successfully, but these errors were encountered: