mirror of
https://github.com/BeardedTek/flowbite-beardedtek.com.git
synced 2025-12-06 05:31:52 +00:00
Fix those nasty compilation errors
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user