Skip to content

Fix sass deprecation warning#412

Merged
sylhare merged 2 commits intomasterfrom
sass-fix
Dec 6, 2023
Merged

Fix sass deprecation warning#412
sylhare merged 2 commits intomasterfrom
sass-fix

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
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.

1 participant