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 way to fix this is by assigning the variables as strings, ie: @box-large: "100px";, but this seems very backwards to me as I would need to assign all my variables as strings and I would limit their usability in other areas (ie. calculations). Is there a way to force the type when the variable is used instead?
In short - any way to make above snippet work as expected without modifying the variable itself?
The text was updated successfully, but these errors were encountered:
Please consider the following snippet as an example
This would result in
The way to fix this is by assigning the variables as strings, ie:
@box-large: "100px";
, but this seems very backwards to me as I would need to assign all my variables as strings and I would limit their usability in other areas (ie. calculations). Is there a way to force the type when the variable is used instead?In short - any way to make above snippet work as expected without modifying the variable itself?
The text was updated successfully, but these errors were encountered: