You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey there. I noticed what I think is a bug. Bootstrap 5 has a .bg-transparent class which has the properties:
background-color: transparent !important;
However, minify (via Hugo v80.0) changes this to:
background-color:initial!important
background-color: initialisn't supported by Internet Explorer 11. IE11 still has approx 2% desktop browser marketshare so I don't think minify should make breaking changes to CSS for IE users.
The text was updated successfully, but these errors were encountered:
Hey there. I noticed what I think is a bug. Bootstrap 5 has a
.bg-transparent
class which has the properties:However, minify (via Hugo v80.0) changes this to:
background-color: initial
isn't supported by Internet Explorer 11. IE11 still has approx 2% desktop browser marketshare so I don't think minify should make breaking changes to CSS for IE users.The text was updated successfully, but these errors were encountered: