We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug
Icon .scss files using slash for division
Throwing deprecation warnings when building locally
Address all warnings, implementing math.div(a, b) instead of a / b Fixed in this PR: #1177
math.div(a, b)
a / b
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue Type
Bug
Component or Pattern Affected
Icon .scss files using slash for division
Current Behavior
Throwing deprecation warnings when building locally
Possible Solution
Address all warnings, implementing
math.div(a, b)
instead ofa / b
Fixed in this PR: #1177
The text was updated successfully, but these errors were encountered: