Support for Sass >= 1.33
See original GitHub issueHello, since sass 1.33.0 (dart-sass), they introduced deprecation warning for division operation with slash.
See : https://sass-lang.com/documentation/breaking-changes/slash-div
I use ContentTools in one of my project, and got a lot of warnings that I can’t fix 😃
2 options : using css calc()
or @use 'sass:math'
;
Thanks !
Issue Analytics
- State:
- Created a year ago
- Reactions:4
- Comments:11 (7 by maintainers)
Top Results From Across the Web
1.33.0 - sass
A pure JavaScript implementation of Sass.. Latest version: 1.56.2, last published: 6 days ago. Start using sass in your project by running ...
Read more >sass 1.33.0 | Dart Package
When installed via npm, Dart Sass supports a JavaScript API that's fully compatible with Node Sass (with a few exceptions listed below), with...
Read more >Support for sass@1.33.0 #34068 - twbs/bootstrap
This code work fine for sass@^1.32.13. For sass@^1.33.0 support we need to use math.div($number1, $number2) for division ...
Read more >Dart Sass
When installed via npm, Dart Sass supports a JavaScript API that aims to be compatible with Node Sass. Full compatibility is a work...
Read more >sass - NPM Package Overview
You can install Sass globally using npm install -g sass which will provide access to the sass executable. You can also add it...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@Ei-aaie thanks for the heads up on this - there’s not a lot of CSS in the project and SASS provide a nice migration tool by the looks of it so I’ll push a fix up this weekend.
@Ei-aaie ok can we try again, new release 1.6.16 - let me know.