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

SASS division without slash #10

Open
gandesc opened this issue May 21, 2021 · 0 comments
Open

SASS division without slash #10

gandesc opened this issue May 21, 2021 · 0 comments

Comments

@gandesc
Copy link

gandesc commented May 21, 2021

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.

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

No branches or pull requests

1 participant