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 deprecation warning #412

Merged
merged 2 commits into from
Dec 6, 2023
Merged

Fix sass deprecation warning #412

merged 2 commits into from
Dec 6, 2023

Conversation

sylhare
Copy link
Owner

@sylhare sylhare commented Dec 3, 2023

Description

When starting type-on-strap there's deprecation warning for a sass division:

Deprecation Warning: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.

Recommendation: math.div($padding-x-small, 2) or calc($padding-x-small / 2)

Applying the recommendation.

@sylhare sylhare marked this pull request as ready for review December 3, 2023 21:45
@sylhare sylhare force-pushed the sass-fix branch 3 times, most recently from 348a4c4 to b450ce6 Compare December 5, 2023 15:59
@sylhare sylhare merged commit 50771dc into master Dec 6, 2023
4 checks passed
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.

None yet

1 participant