Skip to content
New issue

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

Fix Sass warning: Passing a number without unit % (0) is deprecated #1224

Merged
merged 1 commit into from
Nov 28, 2022

Conversation

emonney
Copy link
Contributor

@emonney emonney commented Nov 27, 2022

Fix for Sass depreciation (Breaking Change: Strict Function Units): https://sass-lang.com/d/function-units.

This resolves the below build error:
"Deprecation $weight: Passing a number without unit % (0) is deprecated.
To preserve current behavior: $weight * 1%

More info: https://sass-lang.com/d/function-units"

@thomaspark
Copy link
Owner

@emonney, thanks for the patch!

@thomaspark thomaspark merged commit 95df99d into thomaspark:v5 Nov 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants