Closed kippsterr closed 1 year ago
@JohnAlbin can we get this merged in and published.
for anyone desperate I just republished this as @biere/normalize-scss including this fix. not intended as a fork, only to temporarily unblock myself.
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.
@JohnAlbin would you mind merging this? Thanks!
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: https://github.com/JohnAlbin/normalize-scss/issues/148.
This PR now aims to resolve that issue.