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
bg-gradient-variant()
Bootstrap 5 has dropped the bg-gradient-variant() mixin -- for details, see the corresponding entry in the migration guide.
To avoid this change, we've kept a custom version of the mixin over time. For example, see:
We should follow BSv5's lead and drop this mixin in favor of the the approach recommended by BS5 in their migration guide.
I'm marking this as a BSv5-migration followup so that progress can be made to address breaking changes.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Bootstrap 5 has dropped the
bg-gradient-variant()
mixin -- for details, see the corresponding entry in the migration guide.To avoid this change, we've kept a custom version of the mixin over time. For example, see:
We should follow BSv5's lead and drop this mixin in favor of the the approach recommended by BS5 in their migration guide.
I'm marking this as a BSv5-migration followup so that progress can be made to address breaking changes.
The text was updated successfully, but these errors were encountered: