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

Wrap divisions in calc() #90

Merged
merged 1 commit into from
Jan 31, 2024

Conversation

Asartea
Copy link
Contributor

@Asartea Asartea commented Nov 2, 2023

Sass is making the breaking change that using a slash as a division will no longer be supported in the future [1]. This package currently uses a slash as a division operator in a few instances, which will break in Dart 2.0. This PR migrates those to be wrapped within calc(), which will ensure they will continue to work

@Asartea
Copy link
Contributor Author

Asartea commented Jan 23, 2024

gently pokes @dkniffin

@dkniffin
Copy link
Owner

@Asartea Sorry for the delay. This looks great, thanks! I'll merge and bump the version

@dkniffin dkniffin merged commit a1833b0 into dkniffin:master Jan 31, 2024
@Asartea Asartea deleted the chore/use-explicit-calc branch January 31, 2024 16:23
@dkniffin
Copy link
Owner

@Asartea This has been published as 2.0.3

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

2 participants