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
I found a bug in the background attribute of CSS, so I'm reporting it.
In the following simple case using Bootstrap 5.3.1, a bug with the background attribute occurs.
After running minify test.html, the background attribute becomes var(--bs-btn-close-bg)/1em no-repeat;.
However, this value does not display the button.
I checked the version 2.9.22-1 (apt) and 2.12.9.
I found a bug in the background attribute of CSS, so I'm reporting it.
In the following simple case using Bootstrap 5.3.1, a bug with the background attribute occurs.
After running
minify test.html
, the background attribute becomesvar(--bs-btn-close-bg)/1em no-repeat;
.However, this value does not display the button.
I checked the version 2.9.22-1 (apt) and 2.12.9.
test.html
The text was updated successfully, but these errors were encountered: