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

Fix warning on bg-gradient-variant mixin: revert #877 #879

Closed
deining opened this issue Feb 4, 2022 · 0 comments · Fixed by #885
Closed

Fix warning on bg-gradient-variant mixin: revert #877 #879

deining opened this issue Feb 4, 2022 · 0 comments · Fixed by #885

Comments

@deining
Copy link
Collaborator

deining commented Feb 4, 2022

With the change of #875 in place, when running ´hugo serve` (e.g. with the user guide) I now see a lot of warning messages like:

WARNING: The `bg-gradient-variant` mixin has been deprecated as of v4.5.0. It will be removed entirely in v5.
         on line 8:5 of ../assets/vendor/bootstrap/scss/mixins/_deprecate.scss, in mixin `deprecate`
         from line 21:12 of ../assets/vendor/bootstrap/scss/mixins/_background-variant.scss, in mixin `bg-gradient-variant`
         from line 37:18 of ../assets/scss/_boxes.scss, in mixin `box-variant`
         from line 127:14 of ../assets/scss/_boxes.scss
         from line 14:9 of stdin

The same issue was reported in #327 and fixed with #328 one and a half year ago. With #875, we are reverting this fix. That doesn't make sense to me.

chalin added a commit to chalin/docsy that referenced this issue Feb 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant