@gem-sdk/styles 1.5.0-next.0 → 1.5.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.
package/dist/utility.css CHANGED
@@ -1,22 +1,3 @@
1
- [style*="--ac:"] {
2
- align-content: var(--ac);
3
- }
4
- [style*="--hvr-ac:"]:hover {
5
- align-content: var(--hvr-ac);
6
- }
7
- /* .group:hover {
8
- [style*="--$(prefix)hvr-$(var):"] {
9
- $(prop): var(--$(prefix)hvr-$(var));
10
- }
11
- } */
12
- [style*="--focus-ac:"]:focus {
13
- align-content: var(--focus-ac);
14
- }
15
- /* .group:focus {
16
- [style*="--$(prefix)focus-$(var):"] {
17
- $(prop): var(--$(prefix)focus-$(var));
18
- }
19
- } */
20
1
  [style*="--ai:"] {
21
2
  align-items: var(--ai);
22
3
  }
@@ -36,25 +17,6 @@
36
17
  $(prop): var(--$(prefix)focus-$(var));
37
18
  }
38
19
  } */
39
- [style*="--as:"] {
40
- align-self: var(--as);
41
- }
42
- [style*="--hvr-as:"]:hover {
43
- align-self: var(--hvr-as);
44
- }
45
- /* .group:hover {
46
- [style*="--$(prefix)hvr-$(var):"] {
47
- $(prop): var(--$(prefix)hvr-$(var));
48
- }
49
- } */
50
- [style*="--focus-as:"]:focus {
51
- align-self: var(--focus-as);
52
- }
53
- /* .group:focus {
54
- [style*="--$(prefix)focus-$(var):"] {
55
- $(prop): var(--$(prefix)focus-$(var));
56
- }
57
- } */
58
20
  [style*="--aspect:"] {
59
21
  aspect-ratio: var(--aspect);
60
22
  }
@@ -530,25 +492,6 @@
530
492
  $(prop): var(--$(prefix)focus-$(var));
531
493
  }
532
494
  } */
533
- [style*="--cr:"] {
534
- clear: var(--cr);
535
- }
536
- [style*="--hvr-cr:"]:hover {
537
- clear: var(--hvr-cr);
538
- }
539
- /* .group:hover {
540
- [style*="--$(prefix)hvr-$(var):"] {
541
- $(prop): var(--$(prefix)hvr-$(var));
542
- }
543
- } */
544
- [style*="--focus-cr:"]:focus {
545
- clear: var(--focus-cr);
546
- }
547
- /* .group:focus {
548
- [style*="--$(prefix)focus-$(var):"] {
549
- $(prop): var(--$(prefix)focus-$(var));
550
- }
551
- } */
552
495
  [style*="--c:"] {
553
496
  color: var(--c);
554
497
  }
@@ -609,850 +552,486 @@
609
552
  $(prop): var(--$(prefix)focus-$(var));
610
553
  }
611
554
  } */
612
- [style*="--fr:"] {
613
- -webkit-filter: var(--fr);
614
- filter: var(--fr);
555
+ [style*="--fd:"] {
556
+ flex-direction: var(--fd);
615
557
  }
616
- [style*="--hvr-fr:"]:hover {
617
- -webkit-filter: var(--hvr-fr);
618
- filter: var(--hvr-fr);
558
+ [style*="--hvr-fd:"]:hover {
559
+ flex-direction: var(--hvr-fd);
619
560
  }
620
561
  /* .group:hover {
621
562
  [style*="--$(prefix)hvr-$(var):"] {
622
563
  $(prop): var(--$(prefix)hvr-$(var));
623
564
  }
624
565
  } */
625
- [style*="--focus-fr:"]:focus {
626
- -webkit-filter: var(--focus-fr);
627
- filter: var(--focus-fr);
566
+ [style*="--focus-fd:"]:focus {
567
+ flex-direction: var(--focus-fd);
628
568
  }
629
569
  /* .group:focus {
630
570
  [style*="--$(prefix)focus-$(var):"] {
631
571
  $(prop): var(--$(prefix)focus-$(var));
632
572
  }
633
573
  } */
634
- [style*="--fx:"] {
635
- flex: var(--fx);
574
+ [style*="--fs:"] {
575
+ flex-shrink: var(--fs);
636
576
  }
637
- [style*="--hvr-fx:"]:hover {
638
- flex: var(--hvr-fx);
577
+ [style*="--hvr-fs:"]:hover {
578
+ flex-shrink: var(--hvr-fs);
639
579
  }
640
580
  /* .group:hover {
641
581
  [style*="--$(prefix)hvr-$(var):"] {
642
582
  $(prop): var(--$(prefix)hvr-$(var));
643
583
  }
644
584
  } */
645
- [style*="--focus-fx:"]:focus {
646
- flex: var(--focus-fx);
585
+ [style*="--focus-fs:"]:focus {
586
+ flex-shrink: var(--focus-fs);
647
587
  }
648
588
  /* .group:focus {
649
589
  [style*="--$(prefix)focus-$(var):"] {
650
590
  $(prop): var(--$(prefix)focus-$(var));
651
591
  }
652
592
  } */
653
- [style*="--fb:"] {
654
- flex-basis: var(--fb);
593
+ [style*="--size:"] {
594
+ font-size: var(--size);
655
595
  }
656
- [style*="--hvr-fb:"]:hover {
657
- flex-basis: var(--hvr-fb);
596
+ [style*="--hvr-size:"]:hover {
597
+ font-size: var(--hvr-size);
658
598
  }
659
599
  /* .group:hover {
660
600
  [style*="--$(prefix)hvr-$(var):"] {
661
601
  $(prop): var(--$(prefix)hvr-$(var));
662
602
  }
663
603
  } */
664
- [style*="--focus-fb:"]:focus {
665
- flex-basis: var(--focus-fb);
604
+ [style*="--focus-size:"]:focus {
605
+ font-size: var(--focus-size);
666
606
  }
667
607
  /* .group:focus {
668
608
  [style*="--$(prefix)focus-$(var):"] {
669
609
  $(prop): var(--$(prefix)focus-$(var));
670
610
  }
671
611
  } */
672
- [style*="--fd:"] {
673
- flex-direction: var(--fd);
612
+ [style*="--gg:"] {
613
+ grid-gap: var(--gg);
674
614
  }
675
- [style*="--hvr-fd:"]:hover {
676
- flex-direction: var(--hvr-fd);
615
+ [style*="--hvr-gg:"]:hover {
616
+ grid-gap: var(--hvr-gg);
677
617
  }
678
618
  /* .group:hover {
679
619
  [style*="--$(prefix)hvr-$(var):"] {
680
620
  $(prop): var(--$(prefix)hvr-$(var));
681
621
  }
682
622
  } */
683
- [style*="--focus-fd:"]:focus {
684
- flex-direction: var(--focus-fd);
623
+ [style*="--focus-gg:"]:focus {
624
+ grid-gap: var(--focus-gg);
685
625
  }
686
626
  /* .group:focus {
687
627
  [style*="--$(prefix)focus-$(var):"] {
688
628
  $(prop): var(--$(prefix)focus-$(var));
689
629
  }
690
630
  } */
691
- [style*="--fg:"] {
692
- flex-grow: var(--fg);
631
+ [style*="--gtc:"] {
632
+ grid-template-columns: var(--gtc);
693
633
  }
694
- [style*="--hvr-fg:"]:hover {
695
- flex-grow: var(--hvr-fg);
634
+ [style*="--hvr-gtc:"]:hover {
635
+ grid-template-columns: var(--hvr-gtc);
696
636
  }
697
637
  /* .group:hover {
698
638
  [style*="--$(prefix)hvr-$(var):"] {
699
639
  $(prop): var(--$(prefix)hvr-$(var));
700
640
  }
701
641
  } */
702
- [style*="--focus-fg:"]:focus {
703
- flex-grow: var(--focus-fg);
642
+ [style*="--focus-gtc:"]:focus {
643
+ grid-template-columns: var(--focus-gtc);
704
644
  }
705
645
  /* .group:focus {
706
646
  [style*="--$(prefix)focus-$(var):"] {
707
647
  $(prop): var(--$(prefix)focus-$(var));
708
648
  }
709
649
  } */
710
- [style*="--fs:"] {
711
- flex-shrink: var(--fs);
650
+ [style*="--h:"] {
651
+ height: var(--h);
712
652
  }
713
- [style*="--hvr-fs:"]:hover {
714
- flex-shrink: var(--hvr-fs);
653
+ [style*="--hvr-h:"]:hover {
654
+ height: var(--hvr-h);
715
655
  }
716
656
  /* .group:hover {
717
657
  [style*="--$(prefix)hvr-$(var):"] {
718
658
  $(prop): var(--$(prefix)hvr-$(var));
719
659
  }
720
660
  } */
721
- [style*="--focus-fs:"]:focus {
722
- flex-shrink: var(--focus-fs);
661
+ [style*="--focus-h:"]:focus {
662
+ height: var(--focus-h);
723
663
  }
724
664
  /* .group:focus {
725
665
  [style*="--$(prefix)focus-$(var):"] {
726
666
  $(prop): var(--$(prefix)focus-$(var));
727
667
  }
728
668
  } */
729
- [style*="--fw:"] {
730
- flex-wrap: var(--fw);
669
+ [style*="--jc:"] {
670
+ justify-content: var(--jc);
731
671
  }
732
- [style*="--hvr-fw:"]:hover {
733
- flex-wrap: var(--hvr-fw);
672
+ [style*="--hvr-jc:"]:hover {
673
+ justify-content: var(--hvr-jc);
734
674
  }
735
675
  /* .group:hover {
736
676
  [style*="--$(prefix)hvr-$(var):"] {
737
677
  $(prop): var(--$(prefix)hvr-$(var));
738
678
  }
739
679
  } */
740
- [style*="--focus-fw:"]:focus {
741
- flex-wrap: var(--focus-fw);
680
+ [style*="--focus-jc:"]:focus {
681
+ justify-content: var(--focus-jc);
742
682
  }
743
683
  /* .group:focus {
744
684
  [style*="--$(prefix)focus-$(var):"] {
745
685
  $(prop): var(--$(prefix)focus-$(var));
746
686
  }
747
687
  } */
748
- [style*="--ft:"] {
749
- float: var(--ft);
688
+ [style*="--left:"] {
689
+ left: var(--left);
750
690
  }
751
- [style*="--hvr-ft:"]:hover {
752
- float: var(--hvr-ft);
691
+ [style*="--hvr-left:"]:hover {
692
+ left: var(--hvr-left);
753
693
  }
754
694
  /* .group:hover {
755
695
  [style*="--$(prefix)hvr-$(var):"] {
756
696
  $(prop): var(--$(prefix)hvr-$(var));
757
697
  }
758
698
  } */
759
- [style*="--focus-ft:"]:focus {
760
- float: var(--focus-ft);
699
+ [style*="--focus-left:"]:focus {
700
+ left: var(--focus-left);
761
701
  }
762
702
  /* .group:focus {
763
703
  [style*="--$(prefix)focus-$(var):"] {
764
704
  $(prop): var(--$(prefix)focus-$(var));
765
705
  }
766
706
  } */
767
- [style*="--ff:"] {
768
- font-family: var(--ff);
707
+ [style*="--tdt:"] {
708
+ text-decoration-thickness: var(--tdt);
769
709
  }
770
- [style*="--hvr-ff:"]:hover {
771
- font-family: var(--hvr-ff);
710
+ [style*="--hvr-tdt:"]:hover {
711
+ text-decoration-thickness: var(--hvr-tdt);
772
712
  }
773
713
  /* .group:hover {
774
714
  [style*="--$(prefix)hvr-$(var):"] {
775
715
  $(prop): var(--$(prefix)hvr-$(var));
776
716
  }
777
717
  } */
778
- [style*="--focus-ff:"]:focus {
779
- font-family: var(--focus-ff);
718
+ [style*="--focus-tdt:"]:focus {
719
+ text-decoration-thickness: var(--focus-tdt);
780
720
  }
781
721
  /* .group:focus {
782
722
  [style*="--$(prefix)focus-$(var):"] {
783
723
  $(prop): var(--$(prefix)focus-$(var));
784
724
  }
785
725
  } */
786
- [style*="--size:"] {
787
- font-size: var(--size);
726
+ [style*="--tdc:"] {
727
+ text-decoration-color: var(--tdc);
788
728
  }
789
- [style*="--hvr-size:"]:hover {
790
- font-size: var(--hvr-size);
729
+ [style*="--hvr-tdc:"]:hover {
730
+ text-decoration-color: var(--hvr-tdc);
791
731
  }
792
732
  /* .group:hover {
793
733
  [style*="--$(prefix)hvr-$(var):"] {
794
734
  $(prop): var(--$(prefix)hvr-$(var));
795
735
  }
796
736
  } */
797
- [style*="--focus-size:"]:focus {
798
- font-size: var(--focus-size);
737
+ [style*="--focus-tdc:"]:focus {
738
+ text-decoration-color: var(--focus-tdc);
799
739
  }
800
740
  /* .group:focus {
801
741
  [style*="--$(prefix)focus-$(var):"] {
802
742
  $(prop): var(--$(prefix)focus-$(var));
803
743
  }
804
744
  } */
805
- [style*="--fs:"] {
806
- font-style: var(--fs);
745
+ [style*="--m:"] {
746
+ margin: var(--m);
807
747
  }
808
- [style*="--hvr-fs:"]:hover {
809
- font-style: var(--hvr-fs);
748
+ [style*="--hvr-m:"]:hover {
749
+ margin: var(--hvr-m);
810
750
  }
811
751
  /* .group:hover {
812
752
  [style*="--$(prefix)hvr-$(var):"] {
813
753
  $(prop): var(--$(prefix)hvr-$(var));
814
754
  }
815
755
  } */
816
- [style*="--focus-fs:"]:focus {
817
- font-style: var(--focus-fs);
756
+ [style*="--focus-m:"]:focus {
757
+ margin: var(--focus-m);
818
758
  }
819
759
  /* .group:focus {
820
760
  [style*="--$(prefix)focus-$(var):"] {
821
761
  $(prop): var(--$(prefix)focus-$(var));
822
762
  }
823
763
  } */
824
- [style*="--weight:"] {
825
- font-weight: var(--weight);
764
+ [style*="--mb:"] {
765
+ margin-bottom: var(--mb);
826
766
  }
827
- [style*="--hvr-weight:"]:hover {
828
- font-weight: var(--hvr-weight);
767
+ [style*="--hvr-mb:"]:hover {
768
+ margin-bottom: var(--hvr-mb);
829
769
  }
830
770
  /* .group:hover {
831
771
  [style*="--$(prefix)hvr-$(var):"] {
832
772
  $(prop): var(--$(prefix)hvr-$(var));
833
773
  }
834
774
  } */
835
- [style*="--focus-weight:"]:focus {
836
- font-weight: var(--focus-weight);
775
+ [style*="--focus-mb:"]:focus {
776
+ margin-bottom: var(--focus-mb);
837
777
  }
838
778
  /* .group:focus {
839
779
  [style*="--$(prefix)focus-$(var):"] {
840
780
  $(prop): var(--$(prefix)focus-$(var));
841
781
  }
842
782
  } */
843
- [style*="--gac:"] {
844
- grid-auto-columns: var(--gac);
783
+ [style*="--ml:"] {
784
+ margin-left: var(--ml);
845
785
  }
846
- [style*="--hvr-gac:"]:hover {
847
- grid-auto-columns: var(--hvr-gac);
786
+ [style*="--hvr-ml:"]:hover {
787
+ margin-left: var(--hvr-ml);
848
788
  }
849
789
  /* .group:hover {
850
790
  [style*="--$(prefix)hvr-$(var):"] {
851
791
  $(prop): var(--$(prefix)hvr-$(var));
852
792
  }
853
793
  } */
854
- [style*="--focus-gac:"]:focus {
855
- grid-auto-columns: var(--focus-gac);
794
+ [style*="--focus-ml:"]:focus {
795
+ margin-left: var(--focus-ml);
856
796
  }
857
797
  /* .group:focus {
858
798
  [style*="--$(prefix)focus-$(var):"] {
859
799
  $(prop): var(--$(prefix)focus-$(var));
860
800
  }
861
801
  } */
862
- [style*="--gar:"] {
863
- grid-auto-rows: var(--gar);
802
+ [style*="--mr:"] {
803
+ margin-right: var(--mr);
864
804
  }
865
- [style*="--hvr-gar:"]:hover {
866
- grid-auto-rows: var(--hvr-gar);
805
+ [style*="--hvr-mr:"]:hover {
806
+ margin-right: var(--hvr-mr);
867
807
  }
868
808
  /* .group:hover {
869
809
  [style*="--$(prefix)hvr-$(var):"] {
870
810
  $(prop): var(--$(prefix)hvr-$(var));
871
811
  }
872
812
  } */
873
- [style*="--focus-gar:"]:focus {
874
- grid-auto-rows: var(--focus-gar);
813
+ [style*="--focus-mr:"]:focus {
814
+ margin-right: var(--focus-mr);
875
815
  }
876
816
  /* .group:focus {
877
817
  [style*="--$(prefix)focus-$(var):"] {
878
818
  $(prop): var(--$(prefix)focus-$(var));
879
819
  }
880
820
  } */
881
- [style*="--gc:"] {
882
- grid-column: var(--gc);
821
+ [style*="--mt:"] {
822
+ margin-top: var(--mt);
883
823
  }
884
- [style*="--hvr-gc:"]:hover {
885
- grid-column: var(--hvr-gc);
824
+ [style*="--hvr-mt:"]:hover {
825
+ margin-top: var(--hvr-mt);
886
826
  }
887
827
  /* .group:hover {
888
828
  [style*="--$(prefix)hvr-$(var):"] {
889
829
  $(prop): var(--$(prefix)hvr-$(var));
890
830
  }
891
831
  } */
892
- [style*="--focus-gc:"]:focus {
893
- grid-column: var(--focus-gc);
832
+ [style*="--focus-mt:"]:focus {
833
+ margin-top: var(--focus-mt);
894
834
  }
895
835
  /* .group:focus {
896
836
  [style*="--$(prefix)focus-$(var):"] {
897
837
  $(prop): var(--$(prefix)focus-$(var));
898
838
  }
899
839
  } */
900
- [style*="--gg:"] {
901
- grid-gap: var(--gg);
840
+ [style*="--maxh:"] {
841
+ max-height: var(--maxh);
902
842
  }
903
- [style*="--hvr-gg:"]:hover {
904
- grid-gap: var(--hvr-gg);
843
+ [style*="--hvr-maxh:"]:hover {
844
+ max-height: var(--hvr-maxh);
905
845
  }
906
846
  /* .group:hover {
907
847
  [style*="--$(prefix)hvr-$(var):"] {
908
848
  $(prop): var(--$(prefix)hvr-$(var));
909
849
  }
910
850
  } */
911
- [style*="--focus-gg:"]:focus {
912
- grid-gap: var(--focus-gg);
851
+ [style*="--focus-maxh:"]:focus {
852
+ max-height: var(--focus-maxh);
913
853
  }
914
854
  /* .group:focus {
915
855
  [style*="--$(prefix)focus-$(var):"] {
916
856
  $(prop): var(--$(prefix)focus-$(var));
917
857
  }
918
858
  } */
919
- [style*="--gr:"] {
920
- grid-row: var(--gr);
859
+ [style*="--maxw:"] {
860
+ max-width: var(--maxw);
921
861
  }
922
- [style*="--hvr-gr:"]:hover {
923
- grid-row: var(--hvr-gr);
862
+ [style*="--hvr-maxw:"]:hover {
863
+ max-width: var(--hvr-maxw);
924
864
  }
925
865
  /* .group:hover {
926
866
  [style*="--$(prefix)hvr-$(var):"] {
927
867
  $(prop): var(--$(prefix)hvr-$(var));
928
868
  }
929
869
  } */
930
- [style*="--focus-gr:"]:focus {
931
- grid-row: var(--focus-gr);
870
+ [style*="--focus-maxw:"]:focus {
871
+ max-width: var(--focus-maxw);
932
872
  }
933
873
  /* .group:focus {
934
874
  [style*="--$(prefix)focus-$(var):"] {
935
875
  $(prop): var(--$(prefix)focus-$(var));
936
876
  }
937
877
  } */
938
- [style*="--gtc:"] {
939
- grid-template-columns: var(--gtc);
878
+ [style*="--minh:"] {
879
+ min-height: var(--minh);
940
880
  }
941
- [style*="--hvr-gtc:"]:hover {
942
- grid-template-columns: var(--hvr-gtc);
881
+ [style*="--hvr-minh:"]:hover {
882
+ min-height: var(--hvr-minh);
943
883
  }
944
884
  /* .group:hover {
945
885
  [style*="--$(prefix)hvr-$(var):"] {
946
886
  $(prop): var(--$(prefix)hvr-$(var));
947
887
  }
948
888
  } */
949
- [style*="--focus-gtc:"]:focus {
950
- grid-template-columns: var(--focus-gtc);
889
+ [style*="--focus-minh:"]:focus {
890
+ min-height: var(--focus-minh);
951
891
  }
952
892
  /* .group:focus {
953
893
  [style*="--$(prefix)focus-$(var):"] {
954
894
  $(prop): var(--$(prefix)focus-$(var));
955
895
  }
956
896
  } */
957
- [style*="--gtr:"] {
958
- grid-template-rows: var(--gtr);
897
+ [style*="--minw:"] {
898
+ min-width: var(--minw);
959
899
  }
960
- [style*="--hvr-gtr:"]:hover {
961
- grid-template-rows: var(--hvr-gtr);
900
+ [style*="--hvr-minw:"]:hover {
901
+ min-width: var(--hvr-minw);
962
902
  }
963
903
  /* .group:hover {
964
904
  [style*="--$(prefix)hvr-$(var):"] {
965
905
  $(prop): var(--$(prefix)hvr-$(var));
966
906
  }
967
907
  } */
968
- [style*="--focus-gtr:"]:focus {
969
- grid-template-rows: var(--focus-gtr);
908
+ [style*="--focus-minw:"]:focus {
909
+ min-width: var(--focus-minw);
970
910
  }
971
911
  /* .group:focus {
972
912
  [style*="--$(prefix)focus-$(var):"] {
973
913
  $(prop): var(--$(prefix)focus-$(var));
974
914
  }
975
915
  } */
976
- [style*="--h:"] {
977
- height: var(--h);
916
+ [style*="--objf:"] {
917
+ object-fit: var(--objf);
978
918
  }
979
- [style*="--hvr-h:"]:hover {
980
- height: var(--hvr-h);
919
+ [style*="--hvr-objf:"]:hover {
920
+ object-fit: var(--hvr-objf);
981
921
  }
982
922
  /* .group:hover {
983
923
  [style*="--$(prefix)hvr-$(var):"] {
984
924
  $(prop): var(--$(prefix)hvr-$(var));
985
925
  }
986
926
  } */
987
- [style*="--focus-h:"]:focus {
988
- height: var(--focus-h);
927
+ [style*="--focus-objf:"]:focus {
928
+ object-fit: var(--focus-objf);
989
929
  }
990
930
  /* .group:focus {
991
931
  [style*="--$(prefix)focus-$(var):"] {
992
932
  $(prop): var(--$(prefix)focus-$(var));
993
933
  }
994
934
  } */
995
- [style*="--jc:"] {
996
- justify-content: var(--jc);
935
+ [style*="--op:"] {
936
+ opacity: var(--op);
997
937
  }
998
- [style*="--hvr-jc:"]:hover {
999
- justify-content: var(--hvr-jc);
938
+ [style*="--hvr-op:"]:hover {
939
+ opacity: var(--hvr-op);
1000
940
  }
1001
941
  /* .group:hover {
1002
942
  [style*="--$(prefix)hvr-$(var):"] {
1003
943
  $(prop): var(--$(prefix)hvr-$(var));
1004
944
  }
1005
945
  } */
1006
- [style*="--focus-jc:"]:focus {
1007
- justify-content: var(--focus-jc);
946
+ [style*="--focus-op:"]:focus {
947
+ opacity: var(--focus-op);
1008
948
  }
1009
949
  /* .group:focus {
1010
950
  [style*="--$(prefix)focus-$(var):"] {
1011
951
  $(prop): var(--$(prefix)focus-$(var));
1012
952
  }
1013
953
  } */
1014
- [style*="--left:"] {
1015
- left: var(--left);
954
+ [style*="--o:"] {
955
+ order: var(--o);
1016
956
  }
1017
- [style*="--hvr-left:"]:hover {
1018
- left: var(--hvr-left);
957
+ [style*="--hvr-o:"]:hover {
958
+ order: var(--hvr-o);
1019
959
  }
1020
960
  /* .group:hover {
1021
961
  [style*="--$(prefix)hvr-$(var):"] {
1022
962
  $(prop): var(--$(prefix)hvr-$(var));
1023
963
  }
1024
964
  } */
1025
- [style*="--focus-left:"]:focus {
1026
- left: var(--focus-left);
965
+ [style*="--focus-o:"]:focus {
966
+ order: var(--focus-o);
1027
967
  }
1028
968
  /* .group:focus {
1029
969
  [style*="--$(prefix)focus-$(var):"] {
1030
970
  $(prop): var(--$(prefix)focus-$(var));
1031
971
  }
1032
972
  } */
1033
- [style*="--ls:"] {
1034
- letter-spacing: var(--ls);
973
+ [style*="--p:"] {
974
+ padding: var(--p);
1035
975
  }
1036
- [style*="--hvr-ls:"]:hover {
1037
- letter-spacing: var(--hvr-ls);
976
+ [style*="--hvr-p:"]:hover {
977
+ padding: var(--hvr-p);
1038
978
  }
1039
979
  /* .group:hover {
1040
980
  [style*="--$(prefix)hvr-$(var):"] {
1041
981
  $(prop): var(--$(prefix)hvr-$(var));
1042
982
  }
1043
983
  } */
1044
- [style*="--focus-ls:"]:focus {
1045
- letter-spacing: var(--focus-ls);
984
+ [style*="--focus-p:"]:focus {
985
+ padding: var(--focus-p);
1046
986
  }
1047
987
  /* .group:focus {
1048
988
  [style*="--$(prefix)focus-$(var):"] {
1049
989
  $(prop): var(--$(prefix)focus-$(var));
1050
990
  }
1051
991
  } */
1052
- [style*="--lh:"] {
1053
- line-height: var(--lh);
992
+ [style*="--pb:"] {
993
+ padding-bottom: var(--pb);
1054
994
  }
1055
- [style*="--hvr-lh:"]:hover {
1056
- line-height: var(--hvr-lh);
995
+ [style*="--hvr-pb:"]:hover {
996
+ padding-bottom: var(--hvr-pb);
1057
997
  }
1058
998
  /* .group:hover {
1059
999
  [style*="--$(prefix)hvr-$(var):"] {
1060
1000
  $(prop): var(--$(prefix)hvr-$(var));
1061
1001
  }
1062
1002
  } */
1063
- [style*="--focus-lh:"]:focus {
1064
- line-height: var(--focus-lh);
1003
+ [style*="--focus-pb:"]:focus {
1004
+ padding-bottom: var(--focus-pb);
1065
1005
  }
1066
1006
  /* .group:focus {
1067
1007
  [style*="--$(prefix)focus-$(var):"] {
1068
1008
  $(prop): var(--$(prefix)focus-$(var));
1069
1009
  }
1070
1010
  } */
1071
- [style*="--tdt:"] {
1072
- text-decoration-thickness: var(--tdt);
1011
+ [style*="--pl:"] {
1012
+ padding-left: var(--pl);
1073
1013
  }
1074
- [style*="--hvr-tdt:"]:hover {
1075
- text-decoration-thickness: var(--hvr-tdt);
1014
+ [style*="--hvr-pl:"]:hover {
1015
+ padding-left: var(--hvr-pl);
1076
1016
  }
1077
1017
  /* .group:hover {
1078
1018
  [style*="--$(prefix)hvr-$(var):"] {
1079
1019
  $(prop): var(--$(prefix)hvr-$(var));
1080
1020
  }
1081
1021
  } */
1082
- [style*="--focus-tdt:"]:focus {
1083
- text-decoration-thickness: var(--focus-tdt);
1022
+ [style*="--focus-pl:"]:focus {
1023
+ padding-left: var(--focus-pl);
1084
1024
  }
1085
1025
  /* .group:focus {
1086
1026
  [style*="--$(prefix)focus-$(var):"] {
1087
1027
  $(prop): var(--$(prefix)focus-$(var));
1088
1028
  }
1089
1029
  } */
1090
- [style*="--tdc:"] {
1091
- text-decoration-color: var(--tdc);
1030
+ [style*="--pr:"] {
1031
+ padding-right: var(--pr);
1092
1032
  }
1093
- [style*="--hvr-tdc:"]:hover {
1094
- text-decoration-color: var(--hvr-tdc);
1095
- }
1096
- /* .group:hover {
1097
- [style*="--$(prefix)hvr-$(var):"] {
1098
- $(prop): var(--$(prefix)hvr-$(var));
1099
- }
1100
- } */
1101
- [style*="--focus-tdc:"]:focus {
1102
- text-decoration-color: var(--focus-tdc);
1103
- }
1104
- /* .group:focus {
1105
- [style*="--$(prefix)focus-$(var):"] {
1106
- $(prop): var(--$(prefix)focus-$(var));
1107
- }
1108
- } */
1109
- [style*="--tds:"] {
1110
- text-decoration-style: var(--tds);
1111
- }
1112
- [style*="--hvr-tds:"]:hover {
1113
- text-decoration-style: var(--hvr-tds);
1114
- }
1115
- /* .group:hover {
1116
- [style*="--$(prefix)hvr-$(var):"] {
1117
- $(prop): var(--$(prefix)hvr-$(var));
1118
- }
1119
- } */
1120
- [style*="--focus-tds:"]:focus {
1121
- text-decoration-style: var(--focus-tds);
1122
- }
1123
- /* .group:focus {
1124
- [style*="--$(prefix)focus-$(var):"] {
1125
- $(prop): var(--$(prefix)focus-$(var));
1126
- }
1127
- } */
1128
- [style*="--m:"] {
1129
- margin: var(--m);
1130
- }
1131
- [style*="--hvr-m:"]:hover {
1132
- margin: var(--hvr-m);
1133
- }
1134
- /* .group:hover {
1135
- [style*="--$(prefix)hvr-$(var):"] {
1136
- $(prop): var(--$(prefix)hvr-$(var));
1137
- }
1138
- } */
1139
- [style*="--focus-m:"]:focus {
1140
- margin: var(--focus-m);
1141
- }
1142
- /* .group:focus {
1143
- [style*="--$(prefix)focus-$(var):"] {
1144
- $(prop): var(--$(prefix)focus-$(var));
1145
- }
1146
- } */
1147
- [style*="--mb:"] {
1148
- margin-bottom: var(--mb);
1149
- }
1150
- [style*="--hvr-mb:"]:hover {
1151
- margin-bottom: var(--hvr-mb);
1152
- }
1153
- /* .group:hover {
1154
- [style*="--$(prefix)hvr-$(var):"] {
1155
- $(prop): var(--$(prefix)hvr-$(var));
1156
- }
1157
- } */
1158
- [style*="--focus-mb:"]:focus {
1159
- margin-bottom: var(--focus-mb);
1160
- }
1161
- /* .group:focus {
1162
- [style*="--$(prefix)focus-$(var):"] {
1163
- $(prop): var(--$(prefix)focus-$(var));
1164
- }
1165
- } */
1166
- [style*="--ml:"] {
1167
- margin-left: var(--ml);
1168
- }
1169
- [style*="--hvr-ml:"]:hover {
1170
- margin-left: var(--hvr-ml);
1171
- }
1172
- /* .group:hover {
1173
- [style*="--$(prefix)hvr-$(var):"] {
1174
- $(prop): var(--$(prefix)hvr-$(var));
1175
- }
1176
- } */
1177
- [style*="--focus-ml:"]:focus {
1178
- margin-left: var(--focus-ml);
1179
- }
1180
- /* .group:focus {
1181
- [style*="--$(prefix)focus-$(var):"] {
1182
- $(prop): var(--$(prefix)focus-$(var));
1183
- }
1184
- } */
1185
- [style*="--mr:"] {
1186
- margin-right: var(--mr);
1187
- }
1188
- [style*="--hvr-mr:"]:hover {
1189
- margin-right: var(--hvr-mr);
1190
- }
1191
- /* .group:hover {
1192
- [style*="--$(prefix)hvr-$(var):"] {
1193
- $(prop): var(--$(prefix)hvr-$(var));
1194
- }
1195
- } */
1196
- [style*="--focus-mr:"]:focus {
1197
- margin-right: var(--focus-mr);
1198
- }
1199
- /* .group:focus {
1200
- [style*="--$(prefix)focus-$(var):"] {
1201
- $(prop): var(--$(prefix)focus-$(var));
1202
- }
1203
- } */
1204
- [style*="--mt:"] {
1205
- margin-top: var(--mt);
1206
- }
1207
- [style*="--hvr-mt:"]:hover {
1208
- margin-top: var(--hvr-mt);
1209
- }
1210
- /* .group:hover {
1211
- [style*="--$(prefix)hvr-$(var):"] {
1212
- $(prop): var(--$(prefix)hvr-$(var));
1213
- }
1214
- } */
1215
- [style*="--focus-mt:"]:focus {
1216
- margin-top: var(--focus-mt);
1217
- }
1218
- /* .group:focus {
1219
- [style*="--$(prefix)focus-$(var):"] {
1220
- $(prop): var(--$(prefix)focus-$(var));
1221
- }
1222
- } */
1223
- [style*="--maxh:"] {
1224
- max-height: var(--maxh);
1225
- }
1226
- [style*="--hvr-maxh:"]:hover {
1227
- max-height: var(--hvr-maxh);
1228
- }
1229
- /* .group:hover {
1230
- [style*="--$(prefix)hvr-$(var):"] {
1231
- $(prop): var(--$(prefix)hvr-$(var));
1232
- }
1233
- } */
1234
- [style*="--focus-maxh:"]:focus {
1235
- max-height: var(--focus-maxh);
1236
- }
1237
- /* .group:focus {
1238
- [style*="--$(prefix)focus-$(var):"] {
1239
- $(prop): var(--$(prefix)focus-$(var));
1240
- }
1241
- } */
1242
- [style*="--maxw:"] {
1243
- max-width: var(--maxw);
1244
- }
1245
- [style*="--hvr-maxw:"]:hover {
1246
- max-width: var(--hvr-maxw);
1247
- }
1248
- /* .group:hover {
1249
- [style*="--$(prefix)hvr-$(var):"] {
1250
- $(prop): var(--$(prefix)hvr-$(var));
1251
- }
1252
- } */
1253
- [style*="--focus-maxw:"]:focus {
1254
- max-width: var(--focus-maxw);
1255
- }
1256
- /* .group:focus {
1257
- [style*="--$(prefix)focus-$(var):"] {
1258
- $(prop): var(--$(prefix)focus-$(var));
1259
- }
1260
- } */
1261
- [style*="--minh:"] {
1262
- min-height: var(--minh);
1263
- }
1264
- [style*="--hvr-minh:"]:hover {
1265
- min-height: var(--hvr-minh);
1266
- }
1267
- /* .group:hover {
1268
- [style*="--$(prefix)hvr-$(var):"] {
1269
- $(prop): var(--$(prefix)hvr-$(var));
1270
- }
1271
- } */
1272
- [style*="--focus-minh:"]:focus {
1273
- min-height: var(--focus-minh);
1274
- }
1275
- /* .group:focus {
1276
- [style*="--$(prefix)focus-$(var):"] {
1277
- $(prop): var(--$(prefix)focus-$(var));
1278
- }
1279
- } */
1280
- [style*="--minw:"] {
1281
- min-width: var(--minw);
1282
- }
1283
- [style*="--hvr-minw:"]:hover {
1284
- min-width: var(--hvr-minw);
1285
- }
1286
- /* .group:hover {
1287
- [style*="--$(prefix)hvr-$(var):"] {
1288
- $(prop): var(--$(prefix)hvr-$(var));
1289
- }
1290
- } */
1291
- [style*="--focus-minw:"]:focus {
1292
- min-width: var(--focus-minw);
1293
- }
1294
- /* .group:focus {
1295
- [style*="--$(prefix)focus-$(var):"] {
1296
- $(prop): var(--$(prefix)focus-$(var));
1297
- }
1298
- } */
1299
- [style*="--rt:"] {
1300
- rotate: var(--rt);
1301
- }
1302
- [style*="--hvr-rt:"]:hover {
1303
- rotate: var(--hvr-rt);
1304
- }
1305
- /* .group:hover {
1306
- [style*="--$(prefix)hvr-$(var):"] {
1307
- $(prop): var(--$(prefix)hvr-$(var));
1308
- }
1309
- } */
1310
- [style*="--focus-rt:"]:focus {
1311
- rotate: var(--focus-rt);
1312
- }
1313
- /* .group:focus {
1314
- [style*="--$(prefix)focus-$(var):"] {
1315
- $(prop): var(--$(prefix)focus-$(var));
1316
- }
1317
- } */
1318
- [style*="--objf:"] {
1319
- object-fit: var(--objf);
1320
- }
1321
- [style*="--hvr-objf:"]:hover {
1322
- object-fit: var(--hvr-objf);
1323
- }
1324
- /* .group:hover {
1325
- [style*="--$(prefix)hvr-$(var):"] {
1326
- $(prop): var(--$(prefix)hvr-$(var));
1327
- }
1328
- } */
1329
- [style*="--focus-objf:"]:focus {
1330
- object-fit: var(--focus-objf);
1331
- }
1332
- /* .group:focus {
1333
- [style*="--$(prefix)focus-$(var):"] {
1334
- $(prop): var(--$(prefix)focus-$(var));
1335
- }
1336
- } */
1337
- [style*="--objp:"] {
1338
- object-position: var(--objp);
1339
- }
1340
- [style*="--hvr-objp:"]:hover {
1341
- object-position: var(--hvr-objp);
1342
- }
1343
- /* .group:hover {
1344
- [style*="--$(prefix)hvr-$(var):"] {
1345
- $(prop): var(--$(prefix)hvr-$(var));
1346
- }
1347
- } */
1348
- [style*="--focus-objp:"]:focus {
1349
- object-position: var(--focus-objp);
1350
- }
1351
- /* .group:focus {
1352
- [style*="--$(prefix)focus-$(var):"] {
1353
- $(prop): var(--$(prefix)focus-$(var));
1354
- }
1355
- } */
1356
- [style*="--op:"] {
1357
- opacity: var(--op);
1358
- }
1359
- [style*="--hvr-op:"]:hover {
1360
- opacity: var(--hvr-op);
1361
- }
1362
- /* .group:hover {
1363
- [style*="--$(prefix)hvr-$(var):"] {
1364
- $(prop): var(--$(prefix)hvr-$(var));
1365
- }
1366
- } */
1367
- [style*="--focus-op:"]:focus {
1368
- opacity: var(--focus-op);
1369
- }
1370
- /* .group:focus {
1371
- [style*="--$(prefix)focus-$(var):"] {
1372
- $(prop): var(--$(prefix)focus-$(var));
1373
- }
1374
- } */
1375
- [style*="--o:"] {
1376
- order: var(--o);
1377
- }
1378
- [style*="--hvr-o:"]:hover {
1379
- order: var(--hvr-o);
1380
- }
1381
- /* .group:hover {
1382
- [style*="--$(prefix)hvr-$(var):"] {
1383
- $(prop): var(--$(prefix)hvr-$(var));
1384
- }
1385
- } */
1386
- [style*="--focus-o:"]:focus {
1387
- order: var(--focus-o);
1388
- }
1389
- /* .group:focus {
1390
- [style*="--$(prefix)focus-$(var):"] {
1391
- $(prop): var(--$(prefix)focus-$(var));
1392
- }
1393
- } */
1394
- [style*="--p:"] {
1395
- padding: var(--p);
1396
- }
1397
- [style*="--hvr-p:"]:hover {
1398
- padding: var(--hvr-p);
1399
- }
1400
- /* .group:hover {
1401
- [style*="--$(prefix)hvr-$(var):"] {
1402
- $(prop): var(--$(prefix)hvr-$(var));
1403
- }
1404
- } */
1405
- [style*="--focus-p:"]:focus {
1406
- padding: var(--focus-p);
1407
- }
1408
- /* .group:focus {
1409
- [style*="--$(prefix)focus-$(var):"] {
1410
- $(prop): var(--$(prefix)focus-$(var));
1411
- }
1412
- } */
1413
- [style*="--pb:"] {
1414
- padding-bottom: var(--pb);
1415
- }
1416
- [style*="--hvr-pb:"]:hover {
1417
- padding-bottom: var(--hvr-pb);
1418
- }
1419
- /* .group:hover {
1420
- [style*="--$(prefix)hvr-$(var):"] {
1421
- $(prop): var(--$(prefix)hvr-$(var));
1422
- }
1423
- } */
1424
- [style*="--focus-pb:"]:focus {
1425
- padding-bottom: var(--focus-pb);
1426
- }
1427
- /* .group:focus {
1428
- [style*="--$(prefix)focus-$(var):"] {
1429
- $(prop): var(--$(prefix)focus-$(var));
1430
- }
1431
- } */
1432
- [style*="--pl:"] {
1433
- padding-left: var(--pl);
1434
- }
1435
- [style*="--hvr-pl:"]:hover {
1436
- padding-left: var(--hvr-pl);
1437
- }
1438
- /* .group:hover {
1439
- [style*="--$(prefix)hvr-$(var):"] {
1440
- $(prop): var(--$(prefix)hvr-$(var));
1441
- }
1442
- } */
1443
- [style*="--focus-pl:"]:focus {
1444
- padding-left: var(--focus-pl);
1445
- }
1446
- /* .group:focus {
1447
- [style*="--$(prefix)focus-$(var):"] {
1448
- $(prop): var(--$(prefix)focus-$(var));
1449
- }
1450
- } */
1451
- [style*="--pr:"] {
1452
- padding-right: var(--pr);
1453
- }
1454
- [style*="--hvr-pr:"]:hover {
1455
- padding-right: var(--hvr-pr);
1033
+ [style*="--hvr-pr:"]:hover {
1034
+ padding-right: var(--hvr-pr);
1456
1035
  }
1457
1036
  /* .group:hover {
1458
1037
  [style*="--$(prefix)hvr-$(var):"] {
@@ -1562,259 +1141,79 @@
1562
1141
  $(prop): var(--$(prefix)focus-$(var));
1563
1142
  }
1564
1143
  } */
1565
- [style*="--td:"] {
1566
- -webkit-text-decoration: var(--td);
1567
- text-decoration: var(--td);
1568
- }
1569
- [style*="--hvr-td:"]:hover {
1570
- -webkit-text-decoration: var(--hvr-td);
1571
- text-decoration: var(--hvr-td);
1572
- }
1573
- /* .group:hover {
1574
- [style*="--$(prefix)hvr-$(var):"] {
1575
- $(prop): var(--$(prefix)hvr-$(var));
1576
- }
1577
- } */
1578
- [style*="--focus-td:"]:focus {
1579
- -webkit-text-decoration: var(--focus-td);
1580
- text-decoration: var(--focus-td);
1581
- }
1582
- /* .group:focus {
1583
- [style*="--$(prefix)focus-$(var):"] {
1584
- $(prop): var(--$(prefix)focus-$(var));
1585
- }
1586
- } */
1587
1144
  [style*="--ts:"] {
1588
1145
  text-shadow: var(--ts);
1589
1146
  }
1590
- [style*="--hvr-ts:"]:hover {
1591
- text-shadow: var(--hvr-ts);
1592
- }
1593
- /* .group:hover {
1594
- [style*="--$(prefix)hvr-$(var):"] {
1595
- $(prop): var(--$(prefix)hvr-$(var));
1596
- }
1597
- } */
1598
- [style*="--focus-ts:"]:focus {
1599
- text-shadow: var(--focus-ts);
1600
- }
1601
- /* .group:focus {
1602
- [style*="--$(prefix)focus-$(var):"] {
1603
- $(prop): var(--$(prefix)focus-$(var));
1604
- }
1605
- } */
1606
- [style*="--tt:"] {
1607
- text-transform: var(--tt);
1608
- }
1609
- [style*="--hvr-tt:"]:hover {
1610
- text-transform: var(--hvr-tt);
1611
- }
1612
- /* .group:hover {
1613
- [style*="--$(prefix)hvr-$(var):"] {
1614
- $(prop): var(--$(prefix)hvr-$(var));
1615
- }
1616
- } */
1617
- [style*="--focus-tt:"]:focus {
1618
- text-transform: var(--focus-tt);
1619
- }
1620
- /* .group:focus {
1621
- [style*="--$(prefix)focus-$(var):"] {
1622
- $(prop): var(--$(prefix)focus-$(var));
1623
- }
1624
- } */
1625
- [style*="--top:"] {
1626
- top: var(--top);
1627
- }
1628
- [style*="--hvr-top:"]:hover {
1629
- top: var(--hvr-top);
1630
- }
1631
- /* .group:hover {
1632
- [style*="--$(prefix)hvr-$(var):"] {
1633
- $(prop): var(--$(prefix)hvr-$(var));
1634
- }
1635
- } */
1636
- [style*="--focus-top:"]:focus {
1637
- top: var(--focus-top);
1638
- }
1639
- /* .group:focus {
1640
- [style*="--$(prefix)focus-$(var):"] {
1641
- $(prop): var(--$(prefix)focus-$(var));
1642
- }
1643
- } */
1644
- [style*="--t:"] {
1645
- -webkit-transform: var(--t);
1646
- transform: var(--t);
1647
- }
1648
- [style*="--hvr-t:"]:hover {
1649
- -webkit-transform: var(--hvr-t);
1650
- transform: var(--hvr-t);
1651
- }
1652
- /* .group:hover {
1653
- [style*="--$(prefix)hvr-$(var):"] {
1654
- $(prop): var(--$(prefix)hvr-$(var));
1655
- }
1656
- } */
1657
- [style*="--focus-t:"]:focus {
1658
- -webkit-transform: var(--focus-t);
1659
- transform: var(--focus-t);
1660
- }
1661
- /* .group:focus {
1662
- [style*="--$(prefix)focus-$(var):"] {
1663
- $(prop): var(--$(prefix)focus-$(var));
1664
- }
1665
- } */
1666
- [style*="--ta:"] {
1667
- -webkit-transform-origin: var(--ta);
1668
- transform-origin: var(--ta);
1669
- }
1670
- [style*="--hvr-ta:"]:hover {
1671
- -webkit-transform-origin: var(--hvr-ta);
1672
- transform-origin: var(--hvr-ta);
1673
- }
1674
- /* .group:hover {
1675
- [style*="--$(prefix)hvr-$(var):"] {
1676
- $(prop): var(--$(prefix)hvr-$(var));
1677
- }
1678
- } */
1679
- [style*="--focus-ta:"]:focus {
1680
- -webkit-transform-origin: var(--focus-ta);
1681
- transform-origin: var(--focus-ta);
1682
- }
1683
- /* .group:focus {
1684
- [style*="--$(prefix)focus-$(var):"] {
1685
- $(prop): var(--$(prefix)focus-$(var));
1686
- }
1687
- } */
1688
- [style*="--ts:"] {
1689
- -webkit-transform-style: var(--ts);
1690
- transform-style: var(--ts);
1691
- }
1692
- [style*="--hvr-ts:"]:hover {
1693
- -webkit-transform-style: var(--hvr-ts);
1694
- transform-style: var(--hvr-ts);
1695
- }
1696
- /* .group:hover {
1697
- [style*="--$(prefix)hvr-$(var):"] {
1698
- $(prop): var(--$(prefix)hvr-$(var));
1699
- }
1700
- } */
1701
- [style*="--focus-ts:"]:focus {
1702
- -webkit-transform-style: var(--focus-ts);
1703
- transform-style: var(--focus-ts);
1704
- }
1705
- /* .group:focus {
1706
- [style*="--$(prefix)focus-$(var):"] {
1707
- $(prop): var(--$(prefix)focus-$(var));
1708
- }
1709
- } */
1710
- [style*="--tn:"] {
1711
- transition: var(--tn);
1712
- }
1713
- [style*="--hvr-tn:"]:hover {
1714
- transition: var(--hvr-tn);
1715
- }
1716
- /* .group:hover {
1717
- [style*="--$(prefix)hvr-$(var):"] {
1718
- $(prop): var(--$(prefix)hvr-$(var));
1719
- }
1720
- } */
1721
- [style*="--focus-tn:"]:focus {
1722
- transition: var(--focus-tn);
1723
- }
1724
- /* .group:focus {
1725
- [style*="--$(prefix)focus-$(var):"] {
1726
- $(prop): var(--$(prefix)focus-$(var));
1727
- }
1728
- } */
1729
- [style*="--td:"] {
1730
- transition-delay: var(--td);
1731
- }
1732
- [style*="--hvr-td:"]:hover {
1733
- transition-delay: var(--hvr-td);
1734
- }
1735
- /* .group:hover {
1736
- [style*="--$(prefix)hvr-$(var):"] {
1737
- $(prop): var(--$(prefix)hvr-$(var));
1738
- }
1739
- } */
1740
- [style*="--focus-td:"]:focus {
1741
- transition-delay: var(--focus-td);
1742
- }
1743
- /* .group:focus {
1744
- [style*="--$(prefix)focus-$(var):"] {
1745
- $(prop): var(--$(prefix)focus-$(var));
1746
- }
1747
- } */
1748
- [style*="--tnd:"] {
1749
- transition-duration: var(--tnd);
1750
- }
1751
- [style*="--hvr-tnd:"]:hover {
1752
- transition-duration: var(--hvr-tnd);
1147
+ [style*="--hvr-ts:"]:hover {
1148
+ text-shadow: var(--hvr-ts);
1753
1149
  }
1754
1150
  /* .group:hover {
1755
1151
  [style*="--$(prefix)hvr-$(var):"] {
1756
1152
  $(prop): var(--$(prefix)hvr-$(var));
1757
1153
  }
1758
1154
  } */
1759
- [style*="--focus-tnd:"]:focus {
1760
- transition-duration: var(--focus-tnd);
1155
+ [style*="--focus-ts:"]:focus {
1156
+ text-shadow: var(--focus-ts);
1761
1157
  }
1762
1158
  /* .group:focus {
1763
1159
  [style*="--$(prefix)focus-$(var):"] {
1764
1160
  $(prop): var(--$(prefix)focus-$(var));
1765
1161
  }
1766
1162
  } */
1767
- [style*="--tp:"] {
1768
- transition-property: var(--tp);
1163
+ [style*="--tt:"] {
1164
+ text-transform: var(--tt);
1769
1165
  }
1770
- [style*="--hvr-tp:"]:hover {
1771
- transition-property: var(--hvr-tp);
1166
+ [style*="--hvr-tt:"]:hover {
1167
+ text-transform: var(--hvr-tt);
1772
1168
  }
1773
1169
  /* .group:hover {
1774
1170
  [style*="--$(prefix)hvr-$(var):"] {
1775
1171
  $(prop): var(--$(prefix)hvr-$(var));
1776
1172
  }
1777
1173
  } */
1778
- [style*="--focus-tp:"]:focus {
1779
- transition-property: var(--focus-tp);
1174
+ [style*="--focus-tt:"]:focus {
1175
+ text-transform: var(--focus-tt);
1780
1176
  }
1781
1177
  /* .group:focus {
1782
1178
  [style*="--$(prefix)focus-$(var):"] {
1783
1179
  $(prop): var(--$(prefix)focus-$(var));
1784
1180
  }
1785
1181
  } */
1786
- [style*="--ttf:"] {
1787
- transition-timing-function: var(--ttf);
1182
+ [style*="--top:"] {
1183
+ top: var(--top);
1788
1184
  }
1789
- [style*="--hvr-ttf:"]:hover {
1790
- transition-timing-function: var(--hvr-ttf);
1185
+ [style*="--hvr-top:"]:hover {
1186
+ top: var(--hvr-top);
1791
1187
  }
1792
1188
  /* .group:hover {
1793
1189
  [style*="--$(prefix)hvr-$(var):"] {
1794
1190
  $(prop): var(--$(prefix)hvr-$(var));
1795
1191
  }
1796
1192
  } */
1797
- [style*="--focus-ttf:"]:focus {
1798
- transition-timing-function: var(--focus-ttf);
1193
+ [style*="--focus-top:"]:focus {
1194
+ top: var(--focus-top);
1799
1195
  }
1800
1196
  /* .group:focus {
1801
1197
  [style*="--$(prefix)focus-$(var):"] {
1802
1198
  $(prop): var(--$(prefix)focus-$(var));
1803
1199
  }
1804
1200
  } */
1805
- [style*="--tsl:"] {
1806
- translate: var(--tsl);
1201
+ [style*="--t:"] {
1202
+ -webkit-transform: var(--t);
1203
+ transform: var(--t);
1807
1204
  }
1808
- [style*="--hvr-tsl:"]:hover {
1809
- translate: var(--hvr-tsl);
1205
+ [style*="--hvr-t:"]:hover {
1206
+ -webkit-transform: var(--hvr-t);
1207
+ transform: var(--hvr-t);
1810
1208
  }
1811
1209
  /* .group:hover {
1812
1210
  [style*="--$(prefix)hvr-$(var):"] {
1813
1211
  $(prop): var(--$(prefix)hvr-$(var));
1814
1212
  }
1815
1213
  } */
1816
- [style*="--focus-tsl:"]:focus {
1817
- translate: var(--focus-tsl);
1214
+ [style*="--focus-t:"]:focus {
1215
+ -webkit-transform: var(--focus-t);
1216
+ transform: var(--focus-t);
1818
1217
  }
1819
1218
  /* .group:focus {
1820
1219
  [style*="--$(prefix)focus-$(var):"] {
@@ -1885,55 +1284,35 @@
1885
1284
  -webkit-box-orient: vertical;
1886
1285
  -webkit-line-clamp: var(--line-clamp);
1887
1286
  }
1888
- [style*="--text-3d:"] {
1287
+ /*
1288
+ [style*="--$(prefix)text-3d:"] {
1889
1289
  text-shadow: 6px 6px 10px rgba(255,255,255,.1),
1890
- 6px 6px var(--text-3d),
1891
- 5.75px 5.75px var(--text-3d),
1892
- 5.5px 5.5px var(--text-3d),
1893
- 5.25px 5.25px var(--text-3d),
1894
- 5px 5px var(--text-3d),
1895
- 4.75px 4.75px var(--text-3d),
1896
- 4.5px 4.5px var(--text-3d),
1897
- 4.25px 4.25px var(--text-3d),
1898
- 4px 4px var(--text-3d),
1899
- 3.75px 3.75px var(--text-3d),
1900
- 3.5px 3.5px var(--text-3d),
1901
- 3.25px 3.25px var(--text-3d),
1902
- 3px 3px var(--text-3d),
1903
- 2.75px 2.75px var(--text-3d),
1904
- 2.5px 2.5px var(--text-3d),
1905
- 2.25px 2.25px var(--text-3d),
1906
- 2px 2px var(--text-3d),
1907
- 1.75px 1.75px var(--text-3d),
1908
- 1.5px 1.5px var(--text-3d),
1909
- 1.25px 1.25px var(--text-3d),
1910
- 1px 1px var(--text-3d),
1911
- .75px .75px var(--text-3d),
1912
- .5px .5px var(--text-3d),
1913
- .25px .25px var(--text-3d);
1914
- }
1290
+ 6px 6px var(--$(prefix)text-3d),
1291
+ 5.75px 5.75px var(--$(prefix)text-3d),
1292
+ 5.5px 5.5px var(--$(prefix)text-3d),
1293
+ 5.25px 5.25px var(--$(prefix)text-3d),
1294
+ 5px 5px var(--$(prefix)text-3d),
1295
+ 4.75px 4.75px var(--$(prefix)text-3d),
1296
+ 4.5px 4.5px var(--$(prefix)text-3d),
1297
+ 4.25px 4.25px var(--$(prefix)text-3d),
1298
+ 4px 4px var(--$(prefix)text-3d),
1299
+ 3.75px 3.75px var(--$(prefix)text-3d),
1300
+ 3.5px 3.5px var(--$(prefix)text-3d),
1301
+ 3.25px 3.25px var(--$(prefix)text-3d),
1302
+ 3px 3px var(--$(prefix)text-3d),
1303
+ 2.75px 2.75px var(--$(prefix)text-3d),
1304
+ 2.5px 2.5px var(--$(prefix)text-3d),
1305
+ 2.25px 2.25px var(--$(prefix)text-3d),
1306
+ 2px 2px var(--$(prefix)text-3d),
1307
+ 1.75px 1.75px var(--$(prefix)text-3d),
1308
+ 1.5px 1.5px var(--$(prefix)text-3d),
1309
+ 1.25px 1.25px var(--$(prefix)text-3d),
1310
+ 1px 1px var(--$(prefix)text-3d),
1311
+ .75px .75px var(--$(prefix)text-3d),
1312
+ .5px .5px var(--$(prefix)text-3d),
1313
+ .25px .25px var(--$(prefix)text-3d);
1314
+ } */
1915
1315
  @media only screen and (max-width: 1023px) {
1916
- [style*="--ac-tablet:"] {
1917
- align-content: var(--ac-tablet);
1918
- }
1919
-
1920
- [style*="--hvr-ac-tablet:"]:hover {
1921
- align-content: var(--hvr-ac-tablet);
1922
- }
1923
- /* .group:hover {
1924
- [style*="--$(prefix)hvr-$(var)-tablet:"] {
1925
- $(prop): var(--$(prefix)hvr-$(var)-tablet);
1926
- }
1927
- } */
1928
-
1929
- [style*="--focus-ac-tablet:"]:focus {
1930
- align-content: var(--focus-ac-tablet);
1931
- }
1932
- /* .group:focus {
1933
- [style*="--$(prefix)focus-$(var)-tablet:"] {
1934
- $(prop): var(--$(prefix)focus-$(var)-tablet);
1935
- }
1936
- } */
1937
1316
  [style*="--ai-tablet:"] {
1938
1317
  align-items: var(--ai-tablet);
1939
1318
  }
@@ -1955,27 +1334,6 @@
1955
1334
  $(prop): var(--$(prefix)focus-$(var)-tablet);
1956
1335
  }
1957
1336
  } */
1958
- [style*="--as-tablet:"] {
1959
- align-self: var(--as-tablet);
1960
- }
1961
-
1962
- [style*="--hvr-as-tablet:"]:hover {
1963
- align-self: var(--hvr-as-tablet);
1964
- }
1965
- /* .group:hover {
1966
- [style*="--$(prefix)hvr-$(var)-tablet:"] {
1967
- $(prop): var(--$(prefix)hvr-$(var)-tablet);
1968
- }
1969
- } */
1970
-
1971
- [style*="--focus-as-tablet:"]:focus {
1972
- align-self: var(--focus-as-tablet);
1973
- }
1974
- /* .group:focus {
1975
- [style*="--$(prefix)focus-$(var)-tablet:"] {
1976
- $(prop): var(--$(prefix)focus-$(var)-tablet);
1977
- }
1978
- } */
1979
1337
  [style*="--aspect-tablet:"] {
1980
1338
  aspect-ratio: var(--aspect-tablet);
1981
1339
  }
@@ -2501,27 +1859,6 @@
2501
1859
  $(prop): var(--$(prefix)focus-$(var)-tablet);
2502
1860
  }
2503
1861
  } */
2504
- [style*="--cr-tablet:"] {
2505
- clear: var(--cr-tablet);
2506
- }
2507
-
2508
- [style*="--hvr-cr-tablet:"]:hover {
2509
- clear: var(--hvr-cr-tablet);
2510
- }
2511
- /* .group:hover {
2512
- [style*="--$(prefix)hvr-$(var)-tablet:"] {
2513
- $(prop): var(--$(prefix)hvr-$(var)-tablet);
2514
- }
2515
- } */
2516
-
2517
- [style*="--focus-cr-tablet:"]:focus {
2518
- clear: var(--focus-cr-tablet);
2519
- }
2520
- /* .group:focus {
2521
- [style*="--$(prefix)focus-$(var)-tablet:"] {
2522
- $(prop): var(--$(prefix)focus-$(var)-tablet);
2523
- }
2524
- } */
2525
1862
  [style*="--c-tablet:"] {
2526
1863
  color: var(--c-tablet);
2527
1864
  }
@@ -2588,48 +1925,6 @@
2588
1925
  $(prop): var(--$(prefix)focus-$(var)-tablet);
2589
1926
  }
2590
1927
  } */
2591
- [style*="--fx-tablet:"] {
2592
- flex: var(--fx-tablet);
2593
- }
2594
-
2595
- [style*="--hvr-fx-tablet:"]:hover {
2596
- flex: var(--hvr-fx-tablet);
2597
- }
2598
- /* .group:hover {
2599
- [style*="--$(prefix)hvr-$(var)-tablet:"] {
2600
- $(prop): var(--$(prefix)hvr-$(var)-tablet);
2601
- }
2602
- } */
2603
-
2604
- [style*="--focus-fx-tablet:"]:focus {
2605
- flex: var(--focus-fx-tablet);
2606
- }
2607
- /* .group:focus {
2608
- [style*="--$(prefix)focus-$(var)-tablet:"] {
2609
- $(prop): var(--$(prefix)focus-$(var)-tablet);
2610
- }
2611
- } */
2612
- [style*="--fb-tablet:"] {
2613
- flex-basis: var(--fb-tablet);
2614
- }
2615
-
2616
- [style*="--hvr-fb-tablet:"]:hover {
2617
- flex-basis: var(--hvr-fb-tablet);
2618
- }
2619
- /* .group:hover {
2620
- [style*="--$(prefix)hvr-$(var)-tablet:"] {
2621
- $(prop): var(--$(prefix)hvr-$(var)-tablet);
2622
- }
2623
- } */
2624
-
2625
- [style*="--focus-fb-tablet:"]:focus {
2626
- flex-basis: var(--focus-fb-tablet);
2627
- }
2628
- /* .group:focus {
2629
- [style*="--$(prefix)focus-$(var)-tablet:"] {
2630
- $(prop): var(--$(prefix)focus-$(var)-tablet);
2631
- }
2632
- } */
2633
1928
  [style*="--fd-tablet:"] {
2634
1929
  flex-direction: var(--fd-tablet);
2635
1930
  }
@@ -2651,27 +1946,6 @@
2651
1946
  $(prop): var(--$(prefix)focus-$(var)-tablet);
2652
1947
  }
2653
1948
  } */
2654
- [style*="--fg-tablet:"] {
2655
- flex-grow: var(--fg-tablet);
2656
- }
2657
-
2658
- [style*="--hvr-fg-tablet:"]:hover {
2659
- flex-grow: var(--hvr-fg-tablet);
2660
- }
2661
- /* .group:hover {
2662
- [style*="--$(prefix)hvr-$(var)-tablet:"] {
2663
- $(prop): var(--$(prefix)hvr-$(var)-tablet);
2664
- }
2665
- } */
2666
-
2667
- [style*="--focus-fg-tablet:"]:focus {
2668
- flex-grow: var(--focus-fg-tablet);
2669
- }
2670
- /* .group:focus {
2671
- [style*="--$(prefix)focus-$(var)-tablet:"] {
2672
- $(prop): var(--$(prefix)focus-$(var)-tablet);
2673
- }
2674
- } */
2675
1949
  [style*="--fs-tablet:"] {
2676
1950
  flex-shrink: var(--fs-tablet);
2677
1951
  }
@@ -2693,69 +1967,6 @@
2693
1967
  $(prop): var(--$(prefix)focus-$(var)-tablet);
2694
1968
  }
2695
1969
  } */
2696
- [style*="--fw-tablet:"] {
2697
- flex-wrap: var(--fw-tablet);
2698
- }
2699
-
2700
- [style*="--hvr-fw-tablet:"]:hover {
2701
- flex-wrap: var(--hvr-fw-tablet);
2702
- }
2703
- /* .group:hover {
2704
- [style*="--$(prefix)hvr-$(var)-tablet:"] {
2705
- $(prop): var(--$(prefix)hvr-$(var)-tablet);
2706
- }
2707
- } */
2708
-
2709
- [style*="--focus-fw-tablet:"]:focus {
2710
- flex-wrap: var(--focus-fw-tablet);
2711
- }
2712
- /* .group:focus {
2713
- [style*="--$(prefix)focus-$(var)-tablet:"] {
2714
- $(prop): var(--$(prefix)focus-$(var)-tablet);
2715
- }
2716
- } */
2717
- [style*="--ft-tablet:"] {
2718
- float: var(--ft-tablet);
2719
- }
2720
-
2721
- [style*="--hvr-ft-tablet:"]:hover {
2722
- float: var(--hvr-ft-tablet);
2723
- }
2724
- /* .group:hover {
2725
- [style*="--$(prefix)hvr-$(var)-tablet:"] {
2726
- $(prop): var(--$(prefix)hvr-$(var)-tablet);
2727
- }
2728
- } */
2729
-
2730
- [style*="--focus-ft-tablet:"]:focus {
2731
- float: var(--focus-ft-tablet);
2732
- }
2733
- /* .group:focus {
2734
- [style*="--$(prefix)focus-$(var)-tablet:"] {
2735
- $(prop): var(--$(prefix)focus-$(var)-tablet);
2736
- }
2737
- } */
2738
- [style*="--ff-tablet:"] {
2739
- font-family: var(--ff-tablet);
2740
- }
2741
-
2742
- [style*="--hvr-ff-tablet:"]:hover {
2743
- font-family: var(--hvr-ff-tablet);
2744
- }
2745
- /* .group:hover {
2746
- [style*="--$(prefix)hvr-$(var)-tablet:"] {
2747
- $(prop): var(--$(prefix)hvr-$(var)-tablet);
2748
- }
2749
- } */
2750
-
2751
- [style*="--focus-ff-tablet:"]:focus {
2752
- font-family: var(--focus-ff-tablet);
2753
- }
2754
- /* .group:focus {
2755
- [style*="--$(prefix)focus-$(var)-tablet:"] {
2756
- $(prop): var(--$(prefix)focus-$(var)-tablet);
2757
- }
2758
- } */
2759
1970
  [style*="--size-tablet:"] {
2760
1971
  font-size: var(--size-tablet);
2761
1972
  }
@@ -2777,111 +1988,6 @@
2777
1988
  $(prop): var(--$(prefix)focus-$(var)-tablet);
2778
1989
  }
2779
1990
  } */
2780
- [style*="--fs-tablet:"] {
2781
- font-style: var(--fs-tablet);
2782
- }
2783
-
2784
- [style*="--hvr-fs-tablet:"]:hover {
2785
- font-style: var(--hvr-fs-tablet);
2786
- }
2787
- /* .group:hover {
2788
- [style*="--$(prefix)hvr-$(var)-tablet:"] {
2789
- $(prop): var(--$(prefix)hvr-$(var)-tablet);
2790
- }
2791
- } */
2792
-
2793
- [style*="--focus-fs-tablet:"]:focus {
2794
- font-style: var(--focus-fs-tablet);
2795
- }
2796
- /* .group:focus {
2797
- [style*="--$(prefix)focus-$(var)-tablet:"] {
2798
- $(prop): var(--$(prefix)focus-$(var)-tablet);
2799
- }
2800
- } */
2801
- [style*="--weight-tablet:"] {
2802
- font-weight: var(--weight-tablet);
2803
- }
2804
-
2805
- [style*="--hvr-weight-tablet:"]:hover {
2806
- font-weight: var(--hvr-weight-tablet);
2807
- }
2808
- /* .group:hover {
2809
- [style*="--$(prefix)hvr-$(var)-tablet:"] {
2810
- $(prop): var(--$(prefix)hvr-$(var)-tablet);
2811
- }
2812
- } */
2813
-
2814
- [style*="--focus-weight-tablet:"]:focus {
2815
- font-weight: var(--focus-weight-tablet);
2816
- }
2817
- /* .group:focus {
2818
- [style*="--$(prefix)focus-$(var)-tablet:"] {
2819
- $(prop): var(--$(prefix)focus-$(var)-tablet);
2820
- }
2821
- } */
2822
- [style*="--gac-tablet:"] {
2823
- grid-auto-columns: var(--gac-tablet);
2824
- }
2825
-
2826
- [style*="--hvr-gac-tablet:"]:hover {
2827
- grid-auto-columns: var(--hvr-gac-tablet);
2828
- }
2829
- /* .group:hover {
2830
- [style*="--$(prefix)hvr-$(var)-tablet:"] {
2831
- $(prop): var(--$(prefix)hvr-$(var)-tablet);
2832
- }
2833
- } */
2834
-
2835
- [style*="--focus-gac-tablet:"]:focus {
2836
- grid-auto-columns: var(--focus-gac-tablet);
2837
- }
2838
- /* .group:focus {
2839
- [style*="--$(prefix)focus-$(var)-tablet:"] {
2840
- $(prop): var(--$(prefix)focus-$(var)-tablet);
2841
- }
2842
- } */
2843
- [style*="--gar-tablet:"] {
2844
- grid-auto-rows: var(--gar-tablet);
2845
- }
2846
-
2847
- [style*="--hvr-gar-tablet:"]:hover {
2848
- grid-auto-rows: var(--hvr-gar-tablet);
2849
- }
2850
- /* .group:hover {
2851
- [style*="--$(prefix)hvr-$(var)-tablet:"] {
2852
- $(prop): var(--$(prefix)hvr-$(var)-tablet);
2853
- }
2854
- } */
2855
-
2856
- [style*="--focus-gar-tablet:"]:focus {
2857
- grid-auto-rows: var(--focus-gar-tablet);
2858
- }
2859
- /* .group:focus {
2860
- [style*="--$(prefix)focus-$(var)-tablet:"] {
2861
- $(prop): var(--$(prefix)focus-$(var)-tablet);
2862
- }
2863
- } */
2864
- [style*="--gc-tablet:"] {
2865
- grid-column: var(--gc-tablet);
2866
- }
2867
-
2868
- [style*="--hvr-gc-tablet:"]:hover {
2869
- grid-column: var(--hvr-gc-tablet);
2870
- }
2871
- /* .group:hover {
2872
- [style*="--$(prefix)hvr-$(var)-tablet:"] {
2873
- $(prop): var(--$(prefix)hvr-$(var)-tablet);
2874
- }
2875
- } */
2876
-
2877
- [style*="--focus-gc-tablet:"]:focus {
2878
- grid-column: var(--focus-gc-tablet);
2879
- }
2880
- /* .group:focus {
2881
- [style*="--$(prefix)focus-$(var)-tablet:"] {
2882
- $(prop): var(--$(prefix)focus-$(var)-tablet);
2883
- }
2884
- } */
2885
1991
  [style*="--gg-tablet:"] {
2886
1992
  grid-gap: var(--gg-tablet);
2887
1993
  }
@@ -2895,29 +2001,8 @@
2895
2001
  }
2896
2002
  } */
2897
2003
 
2898
- [style*="--focus-gg-tablet:"]:focus {
2899
- grid-gap: var(--focus-gg-tablet);
2900
- }
2901
- /* .group:focus {
2902
- [style*="--$(prefix)focus-$(var)-tablet:"] {
2903
- $(prop): var(--$(prefix)focus-$(var)-tablet);
2904
- }
2905
- } */
2906
- [style*="--gr-tablet:"] {
2907
- grid-row: var(--gr-tablet);
2908
- }
2909
-
2910
- [style*="--hvr-gr-tablet:"]:hover {
2911
- grid-row: var(--hvr-gr-tablet);
2912
- }
2913
- /* .group:hover {
2914
- [style*="--$(prefix)hvr-$(var)-tablet:"] {
2915
- $(prop): var(--$(prefix)hvr-$(var)-tablet);
2916
- }
2917
- } */
2918
-
2919
- [style*="--focus-gr-tablet:"]:focus {
2920
- grid-row: var(--focus-gr-tablet);
2004
+ [style*="--focus-gg-tablet:"]:focus {
2005
+ grid-gap: var(--focus-gg-tablet);
2921
2006
  }
2922
2007
  /* .group:focus {
2923
2008
  [style*="--$(prefix)focus-$(var)-tablet:"] {
@@ -2945,27 +2030,6 @@
2945
2030
  $(prop): var(--$(prefix)focus-$(var)-tablet);
2946
2031
  }
2947
2032
  } */
2948
- [style*="--gtr-tablet:"] {
2949
- grid-template-rows: var(--gtr-tablet);
2950
- }
2951
-
2952
- [style*="--hvr-gtr-tablet:"]:hover {
2953
- grid-template-rows: var(--hvr-gtr-tablet);
2954
- }
2955
- /* .group:hover {
2956
- [style*="--$(prefix)hvr-$(var)-tablet:"] {
2957
- $(prop): var(--$(prefix)hvr-$(var)-tablet);
2958
- }
2959
- } */
2960
-
2961
- [style*="--focus-gtr-tablet:"]:focus {
2962
- grid-template-rows: var(--focus-gtr-tablet);
2963
- }
2964
- /* .group:focus {
2965
- [style*="--$(prefix)focus-$(var)-tablet:"] {
2966
- $(prop): var(--$(prefix)focus-$(var)-tablet);
2967
- }
2968
- } */
2969
2033
  [style*="--h-tablet:"] {
2970
2034
  height: var(--h-tablet);
2971
2035
  }
@@ -3029,48 +2093,6 @@
3029
2093
  $(prop): var(--$(prefix)focus-$(var)-tablet);
3030
2094
  }
3031
2095
  } */
3032
- [style*="--ls-tablet:"] {
3033
- letter-spacing: var(--ls-tablet);
3034
- }
3035
-
3036
- [style*="--hvr-ls-tablet:"]:hover {
3037
- letter-spacing: var(--hvr-ls-tablet);
3038
- }
3039
- /* .group:hover {
3040
- [style*="--$(prefix)hvr-$(var)-tablet:"] {
3041
- $(prop): var(--$(prefix)hvr-$(var)-tablet);
3042
- }
3043
- } */
3044
-
3045
- [style*="--focus-ls-tablet:"]:focus {
3046
- letter-spacing: var(--focus-ls-tablet);
3047
- }
3048
- /* .group:focus {
3049
- [style*="--$(prefix)focus-$(var)-tablet:"] {
3050
- $(prop): var(--$(prefix)focus-$(var)-tablet);
3051
- }
3052
- } */
3053
- [style*="--lh-tablet:"] {
3054
- line-height: var(--lh-tablet);
3055
- }
3056
-
3057
- [style*="--hvr-lh-tablet:"]:hover {
3058
- line-height: var(--hvr-lh-tablet);
3059
- }
3060
- /* .group:hover {
3061
- [style*="--$(prefix)hvr-$(var)-tablet:"] {
3062
- $(prop): var(--$(prefix)hvr-$(var)-tablet);
3063
- }
3064
- } */
3065
-
3066
- [style*="--focus-lh-tablet:"]:focus {
3067
- line-height: var(--focus-lh-tablet);
3068
- }
3069
- /* .group:focus {
3070
- [style*="--$(prefix)focus-$(var)-tablet:"] {
3071
- $(prop): var(--$(prefix)focus-$(var)-tablet);
3072
- }
3073
- } */
3074
2096
  [style*="--tdt-tablet:"] {
3075
2097
  text-decoration-thickness: var(--tdt-tablet);
3076
2098
  }
@@ -3113,27 +2135,6 @@
3113
2135
  $(prop): var(--$(prefix)focus-$(var)-tablet);
3114
2136
  }
3115
2137
  } */
3116
- [style*="--tds-tablet:"] {
3117
- text-decoration-style: var(--tds-tablet);
3118
- }
3119
-
3120
- [style*="--hvr-tds-tablet:"]:hover {
3121
- text-decoration-style: var(--hvr-tds-tablet);
3122
- }
3123
- /* .group:hover {
3124
- [style*="--$(prefix)hvr-$(var)-tablet:"] {
3125
- $(prop): var(--$(prefix)hvr-$(var)-tablet);
3126
- }
3127
- } */
3128
-
3129
- [style*="--focus-tds-tablet:"]:focus {
3130
- text-decoration-style: var(--focus-tds-tablet);
3131
- }
3132
- /* .group:focus {
3133
- [style*="--$(prefix)focus-$(var)-tablet:"] {
3134
- $(prop): var(--$(prefix)focus-$(var)-tablet);
3135
- }
3136
- } */
3137
2138
  [style*="--m-tablet:"] {
3138
2139
  margin: var(--m-tablet);
3139
2140
  }
@@ -3323,27 +2324,6 @@
3323
2324
  $(prop): var(--$(prefix)focus-$(var)-tablet);
3324
2325
  }
3325
2326
  } */
3326
- [style*="--rt-tablet:"] {
3327
- rotate: var(--rt-tablet);
3328
- }
3329
-
3330
- [style*="--hvr-rt-tablet:"]:hover {
3331
- rotate: var(--hvr-rt-tablet);
3332
- }
3333
- /* .group:hover {
3334
- [style*="--$(prefix)hvr-$(var)-tablet:"] {
3335
- $(prop): var(--$(prefix)hvr-$(var)-tablet);
3336
- }
3337
- } */
3338
-
3339
- [style*="--focus-rt-tablet:"]:focus {
3340
- rotate: var(--focus-rt-tablet);
3341
- }
3342
- /* .group:focus {
3343
- [style*="--$(prefix)focus-$(var)-tablet:"] {
3344
- $(prop): var(--$(prefix)focus-$(var)-tablet);
3345
- }
3346
- } */
3347
2327
  [style*="--objf-tablet:"] {
3348
2328
  object-fit: var(--objf-tablet);
3349
2329
  }
@@ -3365,27 +2345,6 @@
3365
2345
  $(prop): var(--$(prefix)focus-$(var)-tablet);
3366
2346
  }
3367
2347
  } */
3368
- [style*="--objp-tablet:"] {
3369
- object-position: var(--objp-tablet);
3370
- }
3371
-
3372
- [style*="--hvr-objp-tablet:"]:hover {
3373
- object-position: var(--hvr-objp-tablet);
3374
- }
3375
- /* .group:hover {
3376
- [style*="--$(prefix)hvr-$(var)-tablet:"] {
3377
- $(prop): var(--$(prefix)hvr-$(var)-tablet);
3378
- }
3379
- } */
3380
-
3381
- [style*="--focus-objp-tablet:"]:focus {
3382
- object-position: var(--focus-objp-tablet);
3383
- }
3384
- /* .group:focus {
3385
- [style*="--$(prefix)focus-$(var)-tablet:"] {
3386
- $(prop): var(--$(prefix)focus-$(var)-tablet);
3387
- }
3388
- } */
3389
2348
  [style*="--op-tablet:"] {
3390
2349
  opacity: var(--op-tablet);
3391
2350
  }
@@ -3617,30 +2576,6 @@
3617
2576
  $(prop): var(--$(prefix)focus-$(var)-tablet);
3618
2577
  }
3619
2578
  } */
3620
- [style*="--td-tablet:"] {
3621
- -webkit-text-decoration: var(--td-tablet);
3622
- text-decoration: var(--td-tablet);
3623
- }
3624
-
3625
- [style*="--hvr-td-tablet:"]:hover {
3626
- -webkit-text-decoration: var(--hvr-td-tablet);
3627
- text-decoration: var(--hvr-td-tablet);
3628
- }
3629
- /* .group:hover {
3630
- [style*="--$(prefix)hvr-$(var)-tablet:"] {
3631
- $(prop): var(--$(prefix)hvr-$(var)-tablet);
3632
- }
3633
- } */
3634
-
3635
- [style*="--focus-td-tablet:"]:focus {
3636
- -webkit-text-decoration: var(--focus-td-tablet);
3637
- text-decoration: var(--focus-td-tablet);
3638
- }
3639
- /* .group:focus {
3640
- [style*="--$(prefix)focus-$(var)-tablet:"] {
3641
- $(prop): var(--$(prefix)focus-$(var)-tablet);
3642
- }
3643
- } */
3644
2579
  [style*="--ts-tablet:"] {
3645
2580
  text-shadow: var(--ts-tablet);
3646
2581
  }
@@ -3728,180 +2663,6 @@
3728
2663
  $(prop): var(--$(prefix)focus-$(var)-tablet);
3729
2664
  }
3730
2665
  } */
3731
- [style*="--ta-tablet:"] {
3732
- -webkit-transform-origin: var(--ta-tablet);
3733
- transform-origin: var(--ta-tablet);
3734
- }
3735
-
3736
- [style*="--hvr-ta-tablet:"]:hover {
3737
- -webkit-transform-origin: var(--hvr-ta-tablet);
3738
- transform-origin: var(--hvr-ta-tablet);
3739
- }
3740
- /* .group:hover {
3741
- [style*="--$(prefix)hvr-$(var)-tablet:"] {
3742
- $(prop): var(--$(prefix)hvr-$(var)-tablet);
3743
- }
3744
- } */
3745
-
3746
- [style*="--focus-ta-tablet:"]:focus {
3747
- -webkit-transform-origin: var(--focus-ta-tablet);
3748
- transform-origin: var(--focus-ta-tablet);
3749
- }
3750
- /* .group:focus {
3751
- [style*="--$(prefix)focus-$(var)-tablet:"] {
3752
- $(prop): var(--$(prefix)focus-$(var)-tablet);
3753
- }
3754
- } */
3755
- [style*="--ts-tablet:"] {
3756
- -webkit-transform-style: var(--ts-tablet);
3757
- transform-style: var(--ts-tablet);
3758
- }
3759
-
3760
- [style*="--hvr-ts-tablet:"]:hover {
3761
- -webkit-transform-style: var(--hvr-ts-tablet);
3762
- transform-style: var(--hvr-ts-tablet);
3763
- }
3764
- /* .group:hover {
3765
- [style*="--$(prefix)hvr-$(var)-tablet:"] {
3766
- $(prop): var(--$(prefix)hvr-$(var)-tablet);
3767
- }
3768
- } */
3769
-
3770
- [style*="--focus-ts-tablet:"]:focus {
3771
- -webkit-transform-style: var(--focus-ts-tablet);
3772
- transform-style: var(--focus-ts-tablet);
3773
- }
3774
- /* .group:focus {
3775
- [style*="--$(prefix)focus-$(var)-tablet:"] {
3776
- $(prop): var(--$(prefix)focus-$(var)-tablet);
3777
- }
3778
- } */
3779
- [style*="--tn-tablet:"] {
3780
- transition: var(--tn-tablet);
3781
- }
3782
-
3783
- [style*="--hvr-tn-tablet:"]:hover {
3784
- transition: var(--hvr-tn-tablet);
3785
- }
3786
- /* .group:hover {
3787
- [style*="--$(prefix)hvr-$(var)-tablet:"] {
3788
- $(prop): var(--$(prefix)hvr-$(var)-tablet);
3789
- }
3790
- } */
3791
-
3792
- [style*="--focus-tn-tablet:"]:focus {
3793
- transition: var(--focus-tn-tablet);
3794
- }
3795
- /* .group:focus {
3796
- [style*="--$(prefix)focus-$(var)-tablet:"] {
3797
- $(prop): var(--$(prefix)focus-$(var)-tablet);
3798
- }
3799
- } */
3800
- [style*="--td-tablet:"] {
3801
- transition-delay: var(--td-tablet);
3802
- }
3803
-
3804
- [style*="--hvr-td-tablet:"]:hover {
3805
- transition-delay: var(--hvr-td-tablet);
3806
- }
3807
- /* .group:hover {
3808
- [style*="--$(prefix)hvr-$(var)-tablet:"] {
3809
- $(prop): var(--$(prefix)hvr-$(var)-tablet);
3810
- }
3811
- } */
3812
-
3813
- [style*="--focus-td-tablet:"]:focus {
3814
- transition-delay: var(--focus-td-tablet);
3815
- }
3816
- /* .group:focus {
3817
- [style*="--$(prefix)focus-$(var)-tablet:"] {
3818
- $(prop): var(--$(prefix)focus-$(var)-tablet);
3819
- }
3820
- } */
3821
- [style*="--tnd-tablet:"] {
3822
- transition-duration: var(--tnd-tablet);
3823
- }
3824
-
3825
- [style*="--hvr-tnd-tablet:"]:hover {
3826
- transition-duration: var(--hvr-tnd-tablet);
3827
- }
3828
- /* .group:hover {
3829
- [style*="--$(prefix)hvr-$(var)-tablet:"] {
3830
- $(prop): var(--$(prefix)hvr-$(var)-tablet);
3831
- }
3832
- } */
3833
-
3834
- [style*="--focus-tnd-tablet:"]:focus {
3835
- transition-duration: var(--focus-tnd-tablet);
3836
- }
3837
- /* .group:focus {
3838
- [style*="--$(prefix)focus-$(var)-tablet:"] {
3839
- $(prop): var(--$(prefix)focus-$(var)-tablet);
3840
- }
3841
- } */
3842
- [style*="--tp-tablet:"] {
3843
- transition-property: var(--tp-tablet);
3844
- }
3845
-
3846
- [style*="--hvr-tp-tablet:"]:hover {
3847
- transition-property: var(--hvr-tp-tablet);
3848
- }
3849
- /* .group:hover {
3850
- [style*="--$(prefix)hvr-$(var)-tablet:"] {
3851
- $(prop): var(--$(prefix)hvr-$(var)-tablet);
3852
- }
3853
- } */
3854
-
3855
- [style*="--focus-tp-tablet:"]:focus {
3856
- transition-property: var(--focus-tp-tablet);
3857
- }
3858
- /* .group:focus {
3859
- [style*="--$(prefix)focus-$(var)-tablet:"] {
3860
- $(prop): var(--$(prefix)focus-$(var)-tablet);
3861
- }
3862
- } */
3863
- [style*="--ttf-tablet:"] {
3864
- transition-timing-function: var(--ttf-tablet);
3865
- }
3866
-
3867
- [style*="--hvr-ttf-tablet:"]:hover {
3868
- transition-timing-function: var(--hvr-ttf-tablet);
3869
- }
3870
- /* .group:hover {
3871
- [style*="--$(prefix)hvr-$(var)-tablet:"] {
3872
- $(prop): var(--$(prefix)hvr-$(var)-tablet);
3873
- }
3874
- } */
3875
-
3876
- [style*="--focus-ttf-tablet:"]:focus {
3877
- transition-timing-function: var(--focus-ttf-tablet);
3878
- }
3879
- /* .group:focus {
3880
- [style*="--$(prefix)focus-$(var)-tablet:"] {
3881
- $(prop): var(--$(prefix)focus-$(var)-tablet);
3882
- }
3883
- } */
3884
- [style*="--tsl-tablet:"] {
3885
- translate: var(--tsl-tablet);
3886
- }
3887
-
3888
- [style*="--hvr-tsl-tablet:"]:hover {
3889
- translate: var(--hvr-tsl-tablet);
3890
- }
3891
- /* .group:hover {
3892
- [style*="--$(prefix)hvr-$(var)-tablet:"] {
3893
- $(prop): var(--$(prefix)hvr-$(var)-tablet);
3894
- }
3895
- } */
3896
-
3897
- [style*="--focus-tsl-tablet:"]:focus {
3898
- translate: var(--focus-tsl-tablet);
3899
- }
3900
- /* .group:focus {
3901
- [style*="--$(prefix)focus-$(var)-tablet:"] {
3902
- $(prop): var(--$(prefix)focus-$(var)-tablet);
3903
- }
3904
- } */
3905
2666
  [style*="--v-tablet:"] {
3906
2667
  visibility: var(--v-tablet);
3907
2668
  }
@@ -3961,39 +2722,18 @@
3961
2722
  z-index: var(--focus-z-tablet);
3962
2723
  }
3963
2724
  /* .group:focus {
3964
- [style*="--$(prefix)focus-$(var)-tablet:"] {
3965
- $(prop): var(--$(prefix)focus-$(var)-tablet);
3966
- }
3967
- } */
3968
- [style*="--line-clamp-tablet:"] {
3969
- overflow: hidden;
3970
- display: -webkit-box;
3971
- -webkit-box-orient: vertical;
3972
- -webkit-line-clamp: var(--line-clamp-tablet);
3973
- }
3974
- }
3975
- @media only screen and (max-width: 767px) {
3976
- [style*="--ac-mobile:"] {
3977
- align-content: var(--ac-mobile);
3978
- }
3979
-
3980
- [style*="--hvr-ac-mobile:"]:hover {
3981
- align-content: var(--hvr-ac-mobile);
3982
- }
3983
- /* .group:hover {
3984
- [style*="--$(prefix)hvr-$(var)-mobile:"] {
3985
- $(prop): var(--$(prefix)hvr-$(var)-mobile);
3986
- }
3987
- } */
3988
-
3989
- [style*="--focus-ac-mobile:"]:focus {
3990
- align-content: var(--focus-ac-mobile);
3991
- }
3992
- /* .group:focus {
3993
- [style*="--$(prefix)focus-$(var)-mobile:"] {
3994
- $(prop): var(--$(prefix)focus-$(var)-mobile);
2725
+ [style*="--$(prefix)focus-$(var)-tablet:"] {
2726
+ $(prop): var(--$(prefix)focus-$(var)-tablet);
3995
2727
  }
3996
2728
  } */
2729
+ [style*="--line-clamp-tablet:"] {
2730
+ overflow: hidden;
2731
+ display: -webkit-box;
2732
+ -webkit-box-orient: vertical;
2733
+ -webkit-line-clamp: var(--line-clamp-tablet);
2734
+ }
2735
+ }
2736
+ @media only screen and (max-width: 767px) {
3997
2737
  [style*="--ai-mobile:"] {
3998
2738
  align-items: var(--ai-mobile);
3999
2739
  }
@@ -4015,27 +2755,6 @@
4015
2755
  $(prop): var(--$(prefix)focus-$(var)-mobile);
4016
2756
  }
4017
2757
  } */
4018
- [style*="--as-mobile:"] {
4019
- align-self: var(--as-mobile);
4020
- }
4021
-
4022
- [style*="--hvr-as-mobile:"]:hover {
4023
- align-self: var(--hvr-as-mobile);
4024
- }
4025
- /* .group:hover {
4026
- [style*="--$(prefix)hvr-$(var)-mobile:"] {
4027
- $(prop): var(--$(prefix)hvr-$(var)-mobile);
4028
- }
4029
- } */
4030
-
4031
- [style*="--focus-as-mobile:"]:focus {
4032
- align-self: var(--focus-as-mobile);
4033
- }
4034
- /* .group:focus {
4035
- [style*="--$(prefix)focus-$(var)-mobile:"] {
4036
- $(prop): var(--$(prefix)focus-$(var)-mobile);
4037
- }
4038
- } */
4039
2758
  [style*="--aspect-mobile:"] {
4040
2759
  aspect-ratio: var(--aspect-mobile);
4041
2760
  }
@@ -4561,27 +3280,6 @@
4561
3280
  $(prop): var(--$(prefix)focus-$(var)-mobile);
4562
3281
  }
4563
3282
  } */
4564
- [style*="--cr-mobile:"] {
4565
- clear: var(--cr-mobile);
4566
- }
4567
-
4568
- [style*="--hvr-cr-mobile:"]:hover {
4569
- clear: var(--hvr-cr-mobile);
4570
- }
4571
- /* .group:hover {
4572
- [style*="--$(prefix)hvr-$(var)-mobile:"] {
4573
- $(prop): var(--$(prefix)hvr-$(var)-mobile);
4574
- }
4575
- } */
4576
-
4577
- [style*="--focus-cr-mobile:"]:focus {
4578
- clear: var(--focus-cr-mobile);
4579
- }
4580
- /* .group:focus {
4581
- [style*="--$(prefix)focus-$(var)-mobile:"] {
4582
- $(prop): var(--$(prefix)focus-$(var)-mobile);
4583
- }
4584
- } */
4585
3283
  [style*="--c-mobile:"] {
4586
3284
  color: var(--c-mobile);
4587
3285
  }
@@ -4648,285 +3346,12 @@
4648
3346
  $(prop): var(--$(prefix)focus-$(var)-mobile);
4649
3347
  }
4650
3348
  } */
4651
- [style*="--fx-mobile:"] {
4652
- flex: var(--fx-mobile);
4653
- }
4654
-
4655
- [style*="--hvr-fx-mobile:"]:hover {
4656
- flex: var(--hvr-fx-mobile);
4657
- }
4658
- /* .group:hover {
4659
- [style*="--$(prefix)hvr-$(var)-mobile:"] {
4660
- $(prop): var(--$(prefix)hvr-$(var)-mobile);
4661
- }
4662
- } */
4663
-
4664
- [style*="--focus-fx-mobile:"]:focus {
4665
- flex: var(--focus-fx-mobile);
4666
- }
4667
- /* .group:focus {
4668
- [style*="--$(prefix)focus-$(var)-mobile:"] {
4669
- $(prop): var(--$(prefix)focus-$(var)-mobile);
4670
- }
4671
- } */
4672
- [style*="--fb-mobile:"] {
4673
- flex-basis: var(--fb-mobile);
4674
- }
4675
-
4676
- [style*="--hvr-fb-mobile:"]:hover {
4677
- flex-basis: var(--hvr-fb-mobile);
4678
- }
4679
- /* .group:hover {
4680
- [style*="--$(prefix)hvr-$(var)-mobile:"] {
4681
- $(prop): var(--$(prefix)hvr-$(var)-mobile);
4682
- }
4683
- } */
4684
-
4685
- [style*="--focus-fb-mobile:"]:focus {
4686
- flex-basis: var(--focus-fb-mobile);
4687
- }
4688
- /* .group:focus {
4689
- [style*="--$(prefix)focus-$(var)-mobile:"] {
4690
- $(prop): var(--$(prefix)focus-$(var)-mobile);
4691
- }
4692
- } */
4693
3349
  [style*="--fd-mobile:"] {
4694
3350
  flex-direction: var(--fd-mobile);
4695
3351
  }
4696
3352
 
4697
- [style*="--hvr-fd-mobile:"]:hover {
4698
- flex-direction: var(--hvr-fd-mobile);
4699
- }
4700
- /* .group:hover {
4701
- [style*="--$(prefix)hvr-$(var)-mobile:"] {
4702
- $(prop): var(--$(prefix)hvr-$(var)-mobile);
4703
- }
4704
- } */
4705
-
4706
- [style*="--focus-fd-mobile:"]:focus {
4707
- flex-direction: var(--focus-fd-mobile);
4708
- }
4709
- /* .group:focus {
4710
- [style*="--$(prefix)focus-$(var)-mobile:"] {
4711
- $(prop): var(--$(prefix)focus-$(var)-mobile);
4712
- }
4713
- } */
4714
- [style*="--fg-mobile:"] {
4715
- flex-grow: var(--fg-mobile);
4716
- }
4717
-
4718
- [style*="--hvr-fg-mobile:"]:hover {
4719
- flex-grow: var(--hvr-fg-mobile);
4720
- }
4721
- /* .group:hover {
4722
- [style*="--$(prefix)hvr-$(var)-mobile:"] {
4723
- $(prop): var(--$(prefix)hvr-$(var)-mobile);
4724
- }
4725
- } */
4726
-
4727
- [style*="--focus-fg-mobile:"]:focus {
4728
- flex-grow: var(--focus-fg-mobile);
4729
- }
4730
- /* .group:focus {
4731
- [style*="--$(prefix)focus-$(var)-mobile:"] {
4732
- $(prop): var(--$(prefix)focus-$(var)-mobile);
4733
- }
4734
- } */
4735
- [style*="--fs-mobile:"] {
4736
- flex-shrink: var(--fs-mobile);
4737
- }
4738
-
4739
- [style*="--hvr-fs-mobile:"]:hover {
4740
- flex-shrink: var(--hvr-fs-mobile);
4741
- }
4742
- /* .group:hover {
4743
- [style*="--$(prefix)hvr-$(var)-mobile:"] {
4744
- $(prop): var(--$(prefix)hvr-$(var)-mobile);
4745
- }
4746
- } */
4747
-
4748
- [style*="--focus-fs-mobile:"]:focus {
4749
- flex-shrink: var(--focus-fs-mobile);
4750
- }
4751
- /* .group:focus {
4752
- [style*="--$(prefix)focus-$(var)-mobile:"] {
4753
- $(prop): var(--$(prefix)focus-$(var)-mobile);
4754
- }
4755
- } */
4756
- [style*="--fw-mobile:"] {
4757
- flex-wrap: var(--fw-mobile);
4758
- }
4759
-
4760
- [style*="--hvr-fw-mobile:"]:hover {
4761
- flex-wrap: var(--hvr-fw-mobile);
4762
- }
4763
- /* .group:hover {
4764
- [style*="--$(prefix)hvr-$(var)-mobile:"] {
4765
- $(prop): var(--$(prefix)hvr-$(var)-mobile);
4766
- }
4767
- } */
4768
-
4769
- [style*="--focus-fw-mobile:"]:focus {
4770
- flex-wrap: var(--focus-fw-mobile);
4771
- }
4772
- /* .group:focus {
4773
- [style*="--$(prefix)focus-$(var)-mobile:"] {
4774
- $(prop): var(--$(prefix)focus-$(var)-mobile);
4775
- }
4776
- } */
4777
- [style*="--ft-mobile:"] {
4778
- float: var(--ft-mobile);
4779
- }
4780
-
4781
- [style*="--hvr-ft-mobile:"]:hover {
4782
- float: var(--hvr-ft-mobile);
4783
- }
4784
- /* .group:hover {
4785
- [style*="--$(prefix)hvr-$(var)-mobile:"] {
4786
- $(prop): var(--$(prefix)hvr-$(var)-mobile);
4787
- }
4788
- } */
4789
-
4790
- [style*="--focus-ft-mobile:"]:focus {
4791
- float: var(--focus-ft-mobile);
4792
- }
4793
- /* .group:focus {
4794
- [style*="--$(prefix)focus-$(var)-mobile:"] {
4795
- $(prop): var(--$(prefix)focus-$(var)-mobile);
4796
- }
4797
- } */
4798
- [style*="--ff-mobile:"] {
4799
- font-family: var(--ff-mobile);
4800
- }
4801
-
4802
- [style*="--hvr-ff-mobile:"]:hover {
4803
- font-family: var(--hvr-ff-mobile);
4804
- }
4805
- /* .group:hover {
4806
- [style*="--$(prefix)hvr-$(var)-mobile:"] {
4807
- $(prop): var(--$(prefix)hvr-$(var)-mobile);
4808
- }
4809
- } */
4810
-
4811
- [style*="--focus-ff-mobile:"]:focus {
4812
- font-family: var(--focus-ff-mobile);
4813
- }
4814
- /* .group:focus {
4815
- [style*="--$(prefix)focus-$(var)-mobile:"] {
4816
- $(prop): var(--$(prefix)focus-$(var)-mobile);
4817
- }
4818
- } */
4819
- [style*="--size-mobile:"] {
4820
- font-size: var(--size-mobile);
4821
- }
4822
-
4823
- [style*="--hvr-size-mobile:"]:hover {
4824
- font-size: var(--hvr-size-mobile);
4825
- }
4826
- /* .group:hover {
4827
- [style*="--$(prefix)hvr-$(var)-mobile:"] {
4828
- $(prop): var(--$(prefix)hvr-$(var)-mobile);
4829
- }
4830
- } */
4831
-
4832
- [style*="--focus-size-mobile:"]:focus {
4833
- font-size: var(--focus-size-mobile);
4834
- }
4835
- /* .group:focus {
4836
- [style*="--$(prefix)focus-$(var)-mobile:"] {
4837
- $(prop): var(--$(prefix)focus-$(var)-mobile);
4838
- }
4839
- } */
4840
- [style*="--fs-mobile:"] {
4841
- font-style: var(--fs-mobile);
4842
- }
4843
-
4844
- [style*="--hvr-fs-mobile:"]:hover {
4845
- font-style: var(--hvr-fs-mobile);
4846
- }
4847
- /* .group:hover {
4848
- [style*="--$(prefix)hvr-$(var)-mobile:"] {
4849
- $(prop): var(--$(prefix)hvr-$(var)-mobile);
4850
- }
4851
- } */
4852
-
4853
- [style*="--focus-fs-mobile:"]:focus {
4854
- font-style: var(--focus-fs-mobile);
4855
- }
4856
- /* .group:focus {
4857
- [style*="--$(prefix)focus-$(var)-mobile:"] {
4858
- $(prop): var(--$(prefix)focus-$(var)-mobile);
4859
- }
4860
- } */
4861
- [style*="--weight-mobile:"] {
4862
- font-weight: var(--weight-mobile);
4863
- }
4864
-
4865
- [style*="--hvr-weight-mobile:"]:hover {
4866
- font-weight: var(--hvr-weight-mobile);
4867
- }
4868
- /* .group:hover {
4869
- [style*="--$(prefix)hvr-$(var)-mobile:"] {
4870
- $(prop): var(--$(prefix)hvr-$(var)-mobile);
4871
- }
4872
- } */
4873
-
4874
- [style*="--focus-weight-mobile:"]:focus {
4875
- font-weight: var(--focus-weight-mobile);
4876
- }
4877
- /* .group:focus {
4878
- [style*="--$(prefix)focus-$(var)-mobile:"] {
4879
- $(prop): var(--$(prefix)focus-$(var)-mobile);
4880
- }
4881
- } */
4882
- [style*="--gac-mobile:"] {
4883
- grid-auto-columns: var(--gac-mobile);
4884
- }
4885
-
4886
- [style*="--hvr-gac-mobile:"]:hover {
4887
- grid-auto-columns: var(--hvr-gac-mobile);
4888
- }
4889
- /* .group:hover {
4890
- [style*="--$(prefix)hvr-$(var)-mobile:"] {
4891
- $(prop): var(--$(prefix)hvr-$(var)-mobile);
4892
- }
4893
- } */
4894
-
4895
- [style*="--focus-gac-mobile:"]:focus {
4896
- grid-auto-columns: var(--focus-gac-mobile);
4897
- }
4898
- /* .group:focus {
4899
- [style*="--$(prefix)focus-$(var)-mobile:"] {
4900
- $(prop): var(--$(prefix)focus-$(var)-mobile);
4901
- }
4902
- } */
4903
- [style*="--gar-mobile:"] {
4904
- grid-auto-rows: var(--gar-mobile);
4905
- }
4906
-
4907
- [style*="--hvr-gar-mobile:"]:hover {
4908
- grid-auto-rows: var(--hvr-gar-mobile);
4909
- }
4910
- /* .group:hover {
4911
- [style*="--$(prefix)hvr-$(var)-mobile:"] {
4912
- $(prop): var(--$(prefix)hvr-$(var)-mobile);
4913
- }
4914
- } */
4915
-
4916
- [style*="--focus-gar-mobile:"]:focus {
4917
- grid-auto-rows: var(--focus-gar-mobile);
4918
- }
4919
- /* .group:focus {
4920
- [style*="--$(prefix)focus-$(var)-mobile:"] {
4921
- $(prop): var(--$(prefix)focus-$(var)-mobile);
4922
- }
4923
- } */
4924
- [style*="--gc-mobile:"] {
4925
- grid-column: var(--gc-mobile);
4926
- }
4927
-
4928
- [style*="--hvr-gc-mobile:"]:hover {
4929
- grid-column: var(--hvr-gc-mobile);
3353
+ [style*="--hvr-fd-mobile:"]:hover {
3354
+ flex-direction: var(--hvr-fd-mobile);
4930
3355
  }
4931
3356
  /* .group:hover {
4932
3357
  [style*="--$(prefix)hvr-$(var)-mobile:"] {
@@ -4934,20 +3359,20 @@
4934
3359
  }
4935
3360
  } */
4936
3361
 
4937
- [style*="--focus-gc-mobile:"]:focus {
4938
- grid-column: var(--focus-gc-mobile);
3362
+ [style*="--focus-fd-mobile:"]:focus {
3363
+ flex-direction: var(--focus-fd-mobile);
4939
3364
  }
4940
3365
  /* .group:focus {
4941
3366
  [style*="--$(prefix)focus-$(var)-mobile:"] {
4942
3367
  $(prop): var(--$(prefix)focus-$(var)-mobile);
4943
3368
  }
4944
3369
  } */
4945
- [style*="--gg-mobile:"] {
4946
- grid-gap: var(--gg-mobile);
3370
+ [style*="--fs-mobile:"] {
3371
+ flex-shrink: var(--fs-mobile);
4947
3372
  }
4948
3373
 
4949
- [style*="--hvr-gg-mobile:"]:hover {
4950
- grid-gap: var(--hvr-gg-mobile);
3374
+ [style*="--hvr-fs-mobile:"]:hover {
3375
+ flex-shrink: var(--hvr-fs-mobile);
4951
3376
  }
4952
3377
  /* .group:hover {
4953
3378
  [style*="--$(prefix)hvr-$(var)-mobile:"] {
@@ -4955,20 +3380,20 @@
4955
3380
  }
4956
3381
  } */
4957
3382
 
4958
- [style*="--focus-gg-mobile:"]:focus {
4959
- grid-gap: var(--focus-gg-mobile);
3383
+ [style*="--focus-fs-mobile:"]:focus {
3384
+ flex-shrink: var(--focus-fs-mobile);
4960
3385
  }
4961
3386
  /* .group:focus {
4962
3387
  [style*="--$(prefix)focus-$(var)-mobile:"] {
4963
3388
  $(prop): var(--$(prefix)focus-$(var)-mobile);
4964
3389
  }
4965
3390
  } */
4966
- [style*="--gr-mobile:"] {
4967
- grid-row: var(--gr-mobile);
3391
+ [style*="--size-mobile:"] {
3392
+ font-size: var(--size-mobile);
4968
3393
  }
4969
3394
 
4970
- [style*="--hvr-gr-mobile:"]:hover {
4971
- grid-row: var(--hvr-gr-mobile);
3395
+ [style*="--hvr-size-mobile:"]:hover {
3396
+ font-size: var(--hvr-size-mobile);
4972
3397
  }
4973
3398
  /* .group:hover {
4974
3399
  [style*="--$(prefix)hvr-$(var)-mobile:"] {
@@ -4976,20 +3401,20 @@
4976
3401
  }
4977
3402
  } */
4978
3403
 
4979
- [style*="--focus-gr-mobile:"]:focus {
4980
- grid-row: var(--focus-gr-mobile);
3404
+ [style*="--focus-size-mobile:"]:focus {
3405
+ font-size: var(--focus-size-mobile);
4981
3406
  }
4982
3407
  /* .group:focus {
4983
3408
  [style*="--$(prefix)focus-$(var)-mobile:"] {
4984
3409
  $(prop): var(--$(prefix)focus-$(var)-mobile);
4985
3410
  }
4986
3411
  } */
4987
- [style*="--gtc-mobile:"] {
4988
- grid-template-columns: var(--gtc-mobile);
3412
+ [style*="--gg-mobile:"] {
3413
+ grid-gap: var(--gg-mobile);
4989
3414
  }
4990
3415
 
4991
- [style*="--hvr-gtc-mobile:"]:hover {
4992
- grid-template-columns: var(--hvr-gtc-mobile);
3416
+ [style*="--hvr-gg-mobile:"]:hover {
3417
+ grid-gap: var(--hvr-gg-mobile);
4993
3418
  }
4994
3419
  /* .group:hover {
4995
3420
  [style*="--$(prefix)hvr-$(var)-mobile:"] {
@@ -4997,20 +3422,20 @@
4997
3422
  }
4998
3423
  } */
4999
3424
 
5000
- [style*="--focus-gtc-mobile:"]:focus {
5001
- grid-template-columns: var(--focus-gtc-mobile);
3425
+ [style*="--focus-gg-mobile:"]:focus {
3426
+ grid-gap: var(--focus-gg-mobile);
5002
3427
  }
5003
3428
  /* .group:focus {
5004
3429
  [style*="--$(prefix)focus-$(var)-mobile:"] {
5005
3430
  $(prop): var(--$(prefix)focus-$(var)-mobile);
5006
3431
  }
5007
3432
  } */
5008
- [style*="--gtr-mobile:"] {
5009
- grid-template-rows: var(--gtr-mobile);
3433
+ [style*="--gtc-mobile:"] {
3434
+ grid-template-columns: var(--gtc-mobile);
5010
3435
  }
5011
3436
 
5012
- [style*="--hvr-gtr-mobile:"]:hover {
5013
- grid-template-rows: var(--hvr-gtr-mobile);
3437
+ [style*="--hvr-gtc-mobile:"]:hover {
3438
+ grid-template-columns: var(--hvr-gtc-mobile);
5014
3439
  }
5015
3440
  /* .group:hover {
5016
3441
  [style*="--$(prefix)hvr-$(var)-mobile:"] {
@@ -5018,8 +3443,8 @@
5018
3443
  }
5019
3444
  } */
5020
3445
 
5021
- [style*="--focus-gtr-mobile:"]:focus {
5022
- grid-template-rows: var(--focus-gtr-mobile);
3446
+ [style*="--focus-gtc-mobile:"]:focus {
3447
+ grid-template-columns: var(--focus-gtc-mobile);
5023
3448
  }
5024
3449
  /* .group:focus {
5025
3450
  [style*="--$(prefix)focus-$(var)-mobile:"] {
@@ -5089,48 +3514,6 @@
5089
3514
  $(prop): var(--$(prefix)focus-$(var)-mobile);
5090
3515
  }
5091
3516
  } */
5092
- [style*="--ls-mobile:"] {
5093
- letter-spacing: var(--ls-mobile);
5094
- }
5095
-
5096
- [style*="--hvr-ls-mobile:"]:hover {
5097
- letter-spacing: var(--hvr-ls-mobile);
5098
- }
5099
- /* .group:hover {
5100
- [style*="--$(prefix)hvr-$(var)-mobile:"] {
5101
- $(prop): var(--$(prefix)hvr-$(var)-mobile);
5102
- }
5103
- } */
5104
-
5105
- [style*="--focus-ls-mobile:"]:focus {
5106
- letter-spacing: var(--focus-ls-mobile);
5107
- }
5108
- /* .group:focus {
5109
- [style*="--$(prefix)focus-$(var)-mobile:"] {
5110
- $(prop): var(--$(prefix)focus-$(var)-mobile);
5111
- }
5112
- } */
5113
- [style*="--lh-mobile:"] {
5114
- line-height: var(--lh-mobile);
5115
- }
5116
-
5117
- [style*="--hvr-lh-mobile:"]:hover {
5118
- line-height: var(--hvr-lh-mobile);
5119
- }
5120
- /* .group:hover {
5121
- [style*="--$(prefix)hvr-$(var)-mobile:"] {
5122
- $(prop): var(--$(prefix)hvr-$(var)-mobile);
5123
- }
5124
- } */
5125
-
5126
- [style*="--focus-lh-mobile:"]:focus {
5127
- line-height: var(--focus-lh-mobile);
5128
- }
5129
- /* .group:focus {
5130
- [style*="--$(prefix)focus-$(var)-mobile:"] {
5131
- $(prop): var(--$(prefix)focus-$(var)-mobile);
5132
- }
5133
- } */
5134
3517
  [style*="--tdt-mobile:"] {
5135
3518
  text-decoration-thickness: var(--tdt-mobile);
5136
3519
  }
@@ -5173,27 +3556,6 @@
5173
3556
  $(prop): var(--$(prefix)focus-$(var)-mobile);
5174
3557
  }
5175
3558
  } */
5176
- [style*="--tds-mobile:"] {
5177
- text-decoration-style: var(--tds-mobile);
5178
- }
5179
-
5180
- [style*="--hvr-tds-mobile:"]:hover {
5181
- text-decoration-style: var(--hvr-tds-mobile);
5182
- }
5183
- /* .group:hover {
5184
- [style*="--$(prefix)hvr-$(var)-mobile:"] {
5185
- $(prop): var(--$(prefix)hvr-$(var)-mobile);
5186
- }
5187
- } */
5188
-
5189
- [style*="--focus-tds-mobile:"]:focus {
5190
- text-decoration-style: var(--focus-tds-mobile);
5191
- }
5192
- /* .group:focus {
5193
- [style*="--$(prefix)focus-$(var)-mobile:"] {
5194
- $(prop): var(--$(prefix)focus-$(var)-mobile);
5195
- }
5196
- } */
5197
3559
  [style*="--m-mobile:"] {
5198
3560
  margin: var(--m-mobile);
5199
3561
  }
@@ -5383,27 +3745,6 @@
5383
3745
  $(prop): var(--$(prefix)focus-$(var)-mobile);
5384
3746
  }
5385
3747
  } */
5386
- [style*="--rt-mobile:"] {
5387
- rotate: var(--rt-mobile);
5388
- }
5389
-
5390
- [style*="--hvr-rt-mobile:"]:hover {
5391
- rotate: var(--hvr-rt-mobile);
5392
- }
5393
- /* .group:hover {
5394
- [style*="--$(prefix)hvr-$(var)-mobile:"] {
5395
- $(prop): var(--$(prefix)hvr-$(var)-mobile);
5396
- }
5397
- } */
5398
-
5399
- [style*="--focus-rt-mobile:"]:focus {
5400
- rotate: var(--focus-rt-mobile);
5401
- }
5402
- /* .group:focus {
5403
- [style*="--$(prefix)focus-$(var)-mobile:"] {
5404
- $(prop): var(--$(prefix)focus-$(var)-mobile);
5405
- }
5406
- } */
5407
3748
  [style*="--objf-mobile:"] {
5408
3749
  object-fit: var(--objf-mobile);
5409
3750
  }
@@ -5425,27 +3766,6 @@
5425
3766
  $(prop): var(--$(prefix)focus-$(var)-mobile);
5426
3767
  }
5427
3768
  } */
5428
- [style*="--objp-mobile:"] {
5429
- object-position: var(--objp-mobile);
5430
- }
5431
-
5432
- [style*="--hvr-objp-mobile:"]:hover {
5433
- object-position: var(--hvr-objp-mobile);
5434
- }
5435
- /* .group:hover {
5436
- [style*="--$(prefix)hvr-$(var)-mobile:"] {
5437
- $(prop): var(--$(prefix)hvr-$(var)-mobile);
5438
- }
5439
- } */
5440
-
5441
- [style*="--focus-objp-mobile:"]:focus {
5442
- object-position: var(--focus-objp-mobile);
5443
- }
5444
- /* .group:focus {
5445
- [style*="--$(prefix)focus-$(var)-mobile:"] {
5446
- $(prop): var(--$(prefix)focus-$(var)-mobile);
5447
- }
5448
- } */
5449
3769
  [style*="--op-mobile:"] {
5450
3770
  opacity: var(--op-mobile);
5451
3771
  }
@@ -5677,30 +3997,6 @@
5677
3997
  $(prop): var(--$(prefix)focus-$(var)-mobile);
5678
3998
  }
5679
3999
  } */
5680
- [style*="--td-mobile:"] {
5681
- -webkit-text-decoration: var(--td-mobile);
5682
- text-decoration: var(--td-mobile);
5683
- }
5684
-
5685
- [style*="--hvr-td-mobile:"]:hover {
5686
- -webkit-text-decoration: var(--hvr-td-mobile);
5687
- text-decoration: var(--hvr-td-mobile);
5688
- }
5689
- /* .group:hover {
5690
- [style*="--$(prefix)hvr-$(var)-mobile:"] {
5691
- $(prop): var(--$(prefix)hvr-$(var)-mobile);
5692
- }
5693
- } */
5694
-
5695
- [style*="--focus-td-mobile:"]:focus {
5696
- -webkit-text-decoration: var(--focus-td-mobile);
5697
- text-decoration: var(--focus-td-mobile);
5698
- }
5699
- /* .group:focus {
5700
- [style*="--$(prefix)focus-$(var)-mobile:"] {
5701
- $(prop): var(--$(prefix)focus-$(var)-mobile);
5702
- }
5703
- } */
5704
4000
  [style*="--ts-mobile:"] {
5705
4001
  text-shadow: var(--ts-mobile);
5706
4002
  }
@@ -5788,180 +4084,6 @@
5788
4084
  $(prop): var(--$(prefix)focus-$(var)-mobile);
5789
4085
  }
5790
4086
  } */
5791
- [style*="--ta-mobile:"] {
5792
- -webkit-transform-origin: var(--ta-mobile);
5793
- transform-origin: var(--ta-mobile);
5794
- }
5795
-
5796
- [style*="--hvr-ta-mobile:"]:hover {
5797
- -webkit-transform-origin: var(--hvr-ta-mobile);
5798
- transform-origin: var(--hvr-ta-mobile);
5799
- }
5800
- /* .group:hover {
5801
- [style*="--$(prefix)hvr-$(var)-mobile:"] {
5802
- $(prop): var(--$(prefix)hvr-$(var)-mobile);
5803
- }
5804
- } */
5805
-
5806
- [style*="--focus-ta-mobile:"]:focus {
5807
- -webkit-transform-origin: var(--focus-ta-mobile);
5808
- transform-origin: var(--focus-ta-mobile);
5809
- }
5810
- /* .group:focus {
5811
- [style*="--$(prefix)focus-$(var)-mobile:"] {
5812
- $(prop): var(--$(prefix)focus-$(var)-mobile);
5813
- }
5814
- } */
5815
- [style*="--ts-mobile:"] {
5816
- -webkit-transform-style: var(--ts-mobile);
5817
- transform-style: var(--ts-mobile);
5818
- }
5819
-
5820
- [style*="--hvr-ts-mobile:"]:hover {
5821
- -webkit-transform-style: var(--hvr-ts-mobile);
5822
- transform-style: var(--hvr-ts-mobile);
5823
- }
5824
- /* .group:hover {
5825
- [style*="--$(prefix)hvr-$(var)-mobile:"] {
5826
- $(prop): var(--$(prefix)hvr-$(var)-mobile);
5827
- }
5828
- } */
5829
-
5830
- [style*="--focus-ts-mobile:"]:focus {
5831
- -webkit-transform-style: var(--focus-ts-mobile);
5832
- transform-style: var(--focus-ts-mobile);
5833
- }
5834
- /* .group:focus {
5835
- [style*="--$(prefix)focus-$(var)-mobile:"] {
5836
- $(prop): var(--$(prefix)focus-$(var)-mobile);
5837
- }
5838
- } */
5839
- [style*="--tn-mobile:"] {
5840
- transition: var(--tn-mobile);
5841
- }
5842
-
5843
- [style*="--hvr-tn-mobile:"]:hover {
5844
- transition: var(--hvr-tn-mobile);
5845
- }
5846
- /* .group:hover {
5847
- [style*="--$(prefix)hvr-$(var)-mobile:"] {
5848
- $(prop): var(--$(prefix)hvr-$(var)-mobile);
5849
- }
5850
- } */
5851
-
5852
- [style*="--focus-tn-mobile:"]:focus {
5853
- transition: var(--focus-tn-mobile);
5854
- }
5855
- /* .group:focus {
5856
- [style*="--$(prefix)focus-$(var)-mobile:"] {
5857
- $(prop): var(--$(prefix)focus-$(var)-mobile);
5858
- }
5859
- } */
5860
- [style*="--td-mobile:"] {
5861
- transition-delay: var(--td-mobile);
5862
- }
5863
-
5864
- [style*="--hvr-td-mobile:"]:hover {
5865
- transition-delay: var(--hvr-td-mobile);
5866
- }
5867
- /* .group:hover {
5868
- [style*="--$(prefix)hvr-$(var)-mobile:"] {
5869
- $(prop): var(--$(prefix)hvr-$(var)-mobile);
5870
- }
5871
- } */
5872
-
5873
- [style*="--focus-td-mobile:"]:focus {
5874
- transition-delay: var(--focus-td-mobile);
5875
- }
5876
- /* .group:focus {
5877
- [style*="--$(prefix)focus-$(var)-mobile:"] {
5878
- $(prop): var(--$(prefix)focus-$(var)-mobile);
5879
- }
5880
- } */
5881
- [style*="--tnd-mobile:"] {
5882
- transition-duration: var(--tnd-mobile);
5883
- }
5884
-
5885
- [style*="--hvr-tnd-mobile:"]:hover {
5886
- transition-duration: var(--hvr-tnd-mobile);
5887
- }
5888
- /* .group:hover {
5889
- [style*="--$(prefix)hvr-$(var)-mobile:"] {
5890
- $(prop): var(--$(prefix)hvr-$(var)-mobile);
5891
- }
5892
- } */
5893
-
5894
- [style*="--focus-tnd-mobile:"]:focus {
5895
- transition-duration: var(--focus-tnd-mobile);
5896
- }
5897
- /* .group:focus {
5898
- [style*="--$(prefix)focus-$(var)-mobile:"] {
5899
- $(prop): var(--$(prefix)focus-$(var)-mobile);
5900
- }
5901
- } */
5902
- [style*="--tp-mobile:"] {
5903
- transition-property: var(--tp-mobile);
5904
- }
5905
-
5906
- [style*="--hvr-tp-mobile:"]:hover {
5907
- transition-property: var(--hvr-tp-mobile);
5908
- }
5909
- /* .group:hover {
5910
- [style*="--$(prefix)hvr-$(var)-mobile:"] {
5911
- $(prop): var(--$(prefix)hvr-$(var)-mobile);
5912
- }
5913
- } */
5914
-
5915
- [style*="--focus-tp-mobile:"]:focus {
5916
- transition-property: var(--focus-tp-mobile);
5917
- }
5918
- /* .group:focus {
5919
- [style*="--$(prefix)focus-$(var)-mobile:"] {
5920
- $(prop): var(--$(prefix)focus-$(var)-mobile);
5921
- }
5922
- } */
5923
- [style*="--ttf-mobile:"] {
5924
- transition-timing-function: var(--ttf-mobile);
5925
- }
5926
-
5927
- [style*="--hvr-ttf-mobile:"]:hover {
5928
- transition-timing-function: var(--hvr-ttf-mobile);
5929
- }
5930
- /* .group:hover {
5931
- [style*="--$(prefix)hvr-$(var)-mobile:"] {
5932
- $(prop): var(--$(prefix)hvr-$(var)-mobile);
5933
- }
5934
- } */
5935
-
5936
- [style*="--focus-ttf-mobile:"]:focus {
5937
- transition-timing-function: var(--focus-ttf-mobile);
5938
- }
5939
- /* .group:focus {
5940
- [style*="--$(prefix)focus-$(var)-mobile:"] {
5941
- $(prop): var(--$(prefix)focus-$(var)-mobile);
5942
- }
5943
- } */
5944
- [style*="--tsl-mobile:"] {
5945
- translate: var(--tsl-mobile);
5946
- }
5947
-
5948
- [style*="--hvr-tsl-mobile:"]:hover {
5949
- translate: var(--hvr-tsl-mobile);
5950
- }
5951
- /* .group:hover {
5952
- [style*="--$(prefix)hvr-$(var)-mobile:"] {
5953
- $(prop): var(--$(prefix)hvr-$(var)-mobile);
5954
- }
5955
- } */
5956
-
5957
- [style*="--focus-tsl-mobile:"]:focus {
5958
- translate: var(--focus-tsl-mobile);
5959
- }
5960
- /* .group:focus {
5961
- [style*="--$(prefix)focus-$(var)-mobile:"] {
5962
- $(prop): var(--$(prefix)focus-$(var)-mobile);
5963
- }
5964
- } */
5965
4087
  [style*="--v-mobile:"] {
5966
4088
  visibility: var(--v-mobile);
5967
4089
  }