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
if a function is missed sass does complain about it, but complains that the variables are not a valid CSS value.
Typically, this leads to misunderstandings when one of the parameterizers is a map.
Yeah, it would probably be worth highlighting the function name as well in this case and saying something like "This is interpreted as a plain CSS function. If you intended it to be a Sass function, the definition could not be found."
if a function is missed sass does complain about it, but complains that the variables are not a valid CSS value.
Typically, this leads to misunderstandings when one of the parameterizers is a map.
Example (from Bootstrap 5.2):
End up in Error:
because
is missing.
The error message is clearly wrong and confuses the user.
This happens often, if someone mix versions (e.g. Bootstrap) or forget to include all partials or just made a small typing error.
The text was updated successfully, but these errors were encountered: