@wwtdev/bsds-css 0.1.1 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -584,7 +584,7 @@ body:where(.fluid) {
584
584
 
585
585
  /* dark links still need .dark because we don't want them overwritten by the light theme link styles in applications */
586
586
 
587
- .dark :where(.prose) a:not(.button, .pill) {
587
+ .dark :where(.prose) a:not(.button, .bs-pill) {
588
588
  color: var(--bs-purple-200);
589
589
  outline-color: var(--bs-blue-300);
590
590
  }
@@ -655,6 +655,11 @@ body:where(.fluid) {
655
655
  justify-content: flex-start;
656
656
  }
657
657
 
658
+ :where(.cluster[data-variant^="brick"]) > * {
659
+ align-self: stretch;
660
+ flex-grow: 1;
661
+ }
662
+
658
663
  .cluster[data-gap="tight"] {
659
664
  gap: var(--cluster-space, var(--bs-space-2));
660
665
  }