We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
bundle exec jekyll serve
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 "
The text was updated successfully, but these errors were encountered:
I finally got around to upgrade to 0.13.2, and the warning is gone, as expected. Thanks for the quick fix!
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
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
"
The text was updated successfully, but these errors were encountered: