Fix those nasty compilation errors

This commit is contained in:
2025-04-16 17:38:32 -08:00
parent b1d4df8991
commit 2769e16237
9 changed files with 222 additions and 95 deletions

View File

@@ -4794,11 +4794,13 @@
.group-data-\[sticky\=true\]\:text-gray-500 {
&:is(:where(.group)[data-sticky="true"] *) {
color: var(--color-gray-500);
opacity: 0.4;
}
}
.group-data-\[sticky\=true\]\:text-gray-900 {
&:is(:where(.group)[data-sticky="true"] *) {
color: var(--color-gray-900);
opacity: 0.4;
}
}
.peer-checked\:bg-blue-600 {