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

Replace deprecated slash division by math.div() to prepare for Dart Sass 2.0.0 #149

Merged

Conversation

kippsterr
Copy link

Since Dart Sass 1.33.0 deprecation warnings regarding using slash for divisions are printed to the console when using normalize-scss in the same project. In order to prepare for the Dart Sass 2.0.0 release and to make sure that normalize-scss can be used in the future, the affected code parts have to be updated.

A blog post on the topic can be found here: https://sass-lang.com/documentation/breaking-changes/slash-div.

The issue has already been reported in the main repository here: #148.

This PR now aims to resolve that issue.

@mikemellor11
Copy link

@JohnAlbin can we get this merged in and published.

@amery amery mentioned this pull request Nov 24, 2022
@amery
Copy link

amery commented Nov 24, 2022

for anyone desperate I just republished this as @biere/normalize-scss including this fix. not intended as a fork, only to temporarily unblock myself.

@azizur
Copy link

azizur commented Aug 30, 2023

It has been almost 3 years, a fix is available, however not merged. Oh.. the problem of open source ecosystem, not having enough time in a day to look after packages we no longer use.

@devjoda
Copy link

devjoda commented Nov 3, 2023

@JohnAlbin would you mind merging this? Thanks!

@JohnAlbin JohnAlbin merged commit d2037cc into JohnAlbin:master Nov 9, 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.

6 participants