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
:root {
--bs-emphasis-color:#000;
}
.table {
--bs-table-color:#000; /* variable is set to the correct value */color:#000;
}
.table>:not(caption) {
--test-color:#fff;
color: undefined; /* I expected this to be set to `#000` */border-color:#555; /* I expected this to be set to `#fff` */
}
.table>:not(caption):not(caption) { /* Also, not sure why this was added. */border-color:#fff;
}
css input:
output:
The text was updated successfully, but these errors were encountered: