@appartmint/mint 2.10.15 → 2.10.16

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.
package/dist/css/mint.css CHANGED
@@ -634,40 +634,40 @@ body.mint-fixed #mint-header {
634
634
  justify-content: flex-start;
635
635
  gap: var(--mint-flex-gap);
636
636
  }
637
- .mint-flex-row-reverse {
637
+ .mint-flex.mint-row-reverse {
638
638
  flex-direction: row-reverse;
639
639
  }
640
- .mint-flex-column {
640
+ .mint-flex.mint-column {
641
641
  flex-direction: column;
642
642
  }
643
- .mint-flex-column-reverse {
643
+ .mint-flex.mint-column-reverse {
644
644
  flex-direction: column-reverse;
645
645
  }
646
- .mint-flex-wrap {
646
+ .mint-flex.mint-wrap {
647
647
  flex-wrap: wrap;
648
648
  }
649
- .mint-flex-wrap-reverse {
649
+ .mint-flex.mint-wrap-reverse {
650
650
  flex-wrap: wrap-reverse;
651
651
  }
652
- .mint-flex-center {
652
+ .mint-flex.mint-center {
653
653
  justify-content: center;
654
654
  }
655
- .mint-flex-end {
655
+ .mint-flex.mint-end {
656
656
  justify-content: flex-end;
657
657
  }
658
- .mint-flex-between {
658
+ .mint-flex.mint-between {
659
659
  justify-content: space-between;
660
660
  }
661
- .mint-flex-around {
661
+ .mint-flex.mint-around {
662
662
  justify-content: space-around;
663
663
  }
664
- .mint-flex-even {
664
+ .mint-flex.mint-even {
665
665
  justify-content: space-evenly;
666
666
  }
667
- .mint-flex-align-start {
667
+ .mint-flex.mint-align-start {
668
668
  align-items: flex-start;
669
669
  }
670
- .mint-flex-align-end {
670
+ .mint-flex.mint-align-end {
671
671
  align-items: flex-end;
672
672
  }
673
673