You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi this is a duplicate of this bulma issue: jgthms#3333
since the problem applies here as well.
Full text below:
Overview of the problem
This is about the Bulma CSS framework
I'm using Bulma version [0.9.2]
This is a Sass issue: I'm using version [1.33.0]
I am sure this issue is not a duplicate
Steps to Reproduce
Update to latest sass 1.33.0
Run project
Expected behavior
No warnings.
Actual behavior
Warning for every slash used for division.
DEPRECATION WARNING: Using / for division is deprecated and will be removed in Dart Sass 2.0.0.
The text was updated successfully, but these errors were encountered:
This is about Bulma.
Hi this is a duplicate of this bulma issue: jgthms#3333
since the problem applies here as well.
Full text below:
Overview of the problem
This is about the Bulma CSS framework
I'm using Bulma version [0.9.2]
This is a Sass issue: I'm using version [1.33.0]
I am sure this issue is not a duplicate
Description
Usage of slash division will be deprecated in sass 2.0.0 and now my console gets polluted with deprecation warnings.
https://sass-lang.com/documentation/breaking-changes/slash-div
Steps to Reproduce
Update to latest sass 1.33.0
Run project
Expected behavior
No warnings.
Actual behavior
Warning for every slash used for division.
DEPRECATION WARNING: Using / for division is deprecated and will be removed in Dart Sass 2.0.0.
The text was updated successfully, but these errors were encountered: