question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support for Sass >= 1.33

See original GitHub issue

Hello, 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:closed
  • Created a year ago
  • Reactions:4
  • Comments:11 (7 by maintainers)

github_iconTop GitHub Comments

10reactions
anthonyjbcommented, Jun 24, 2022

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

1reaction
anthonyjbcommented, Jun 27, 2022

@Ei-aaie ok can we try again, new release 1.6.16 - let me know.

Read more comments on GitHub >

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

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found