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

Deprecation Warning: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0. #129

Closed
ebjornset opened this issue Mar 4, 2023 · 1 comment · Fixed by #130

Comments

@ebjornset
Copy link

Hi,

I just tried to update jekyll from v 4.2.2 to 4.3.2. When I run bundle exec jekyll serve I now get the deprecation warning below.

I guess this should be addressed in a future version of the theme...

"
Deprecation Warning: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.

Recommendation: math.div($gap, 2) or calc($gap / 2)

More info and automated migrator: https://sass-lang.com/d/slash-div


17 │ padding: ($gap / 2);
│ ^^^^^^^^

........\bulma-clean-theme-0.13.1\node_modules\bulma-block-list\src\block-list.scss 17:19 @import
_main.scss 18:9 @import
"

@ebjornset
Copy link
Author

I finally got around to upgrade to 0.13.2, and the warning is gone, as expected. Thanks for the quick fix!

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

Successfully merging a pull request may close this issue.

1 participant