1
1
/*
2
- ! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com
2
+ ! tailwindcss v3.4.10 | MIT License | https://tailwindcss.com
3
3
*/
4
4
5
5
/*
@@ -211,6 +211,8 @@ textarea {
211
211
/* 1 */
212
212
line-height : inherit;
213
213
/* 1 */
214
+ letter-spacing : inherit;
215
+ /* 1 */
214
216
color : inherit;
215
217
/* 1 */
216
218
margin : 0 ;
@@ -234,9 +236,9 @@ select {
234
236
*/
235
237
236
238
button ,
237
- [type = 'button' ],
238
- [type = 'reset' ],
239
- [type = 'submit' ] {
239
+ input : where ( [type = 'button' ]) ,
240
+ input : where ( [type = 'reset' ]) ,
241
+ input : where ( [type = 'submit' ]) {
240
242
-webkit-appearance : button;
241
243
/* 1 */
242
244
background-color : transparent;
@@ -513,6 +515,10 @@ body {
513
515
--tw-backdrop-opacity : ;
514
516
--tw-backdrop-saturate : ;
515
517
--tw-backdrop-sepia : ;
518
+ --tw-contain-size : ;
519
+ --tw-contain-layout : ;
520
+ --tw-contain-paint : ;
521
+ --tw-contain-style : ;
516
522
}
517
523
518
524
::backdrop {
@@ -563,6 +569,10 @@ body {
563
569
--tw-backdrop-opacity : ;
564
570
--tw-backdrop-saturate : ;
565
571
--tw-backdrop-sepia : ;
572
+ --tw-contain-size : ;
573
+ --tw-contain-layout : ;
574
+ --tw-contain-paint : ;
575
+ --tw-contain-style : ;
566
576
}
567
577
568
578
.prose {
@@ -610,7 +620,7 @@ body {
610
620
list-style-type : decimal;
611
621
margin-top : 1.25em ;
612
622
margin-bottom : 1.25em ;
613
- padding-left : 1.625em ;
623
+ padding-inline-start : 1.625em ;
614
624
}
615
625
616
626
.prose : where (ol [type = "A" ]): not (: where ([class ~= "not-prose" ], [class ~= "not-prose" ] * )) {
@@ -653,7 +663,7 @@ body {
653
663
list-style-type : disc;
654
664
margin-top : 1.25em ;
655
665
margin-bottom : 1.25em ;
656
- padding-left : 1.625em ;
666
+ padding-inline-start : 1.625em ;
657
667
}
658
668
659
669
.prose : where (ol > li ): not (: where ([class ~= "not-prose" ], [class ~= "not-prose" ] * ))::marker {
@@ -682,12 +692,12 @@ body {
682
692
font-weight : 500 ;
683
693
font-style : italic;
684
694
color : var (--tw-prose-quotes );
685
- border-left -width : 0.25rem ;
686
- border-left -color : var (--tw-prose-quote-borders );
695
+ border-inline-start -width : 0.25rem ;
696
+ border-inline-start -color : var (--tw-prose-quote-borders );
687
697
quotes : "\201C" "\201D" "\2018" "\2019" ;
688
698
margin-top : 1.6em ;
689
699
margin-bottom : 1.6em ;
690
- padding-left : 1em ;
700
+ padding-inline-start : 1em ;
691
701
}
692
702
693
703
.prose : where (blockquote p : first-of-type ): not (: where ([class ~= "not-prose" ], [class ~= "not-prose" ] * ))::before {
@@ -764,6 +774,11 @@ body {
764
774
margin-bottom : 2em ;
765
775
}
766
776
777
+ .prose : where (video ): not (: where ([class ~= "not-prose" ], [class ~= "not-prose" ] * )) {
778
+ margin-top : 2em ;
779
+ margin-bottom : 2em ;
780
+ }
781
+
767
782
.prose : where (kbd ): not (: where ([class ~= "not-prose" ], [class ~= "not-prose" ] * )) {
768
783
font-weight : 500 ;
769
784
font-family : inherit;
@@ -772,9 +787,9 @@ body {
772
787
font-size : 0.875em ;
773
788
border-radius : 0.3125rem ;
774
789
padding-top : 0.1875em ;
775
- padding-right : 0.375em ;
790
+ padding-inline-end : 0.375em ;
776
791
padding-bottom : 0.1875em ;
777
- padding-left : 0.375em ;
792
+ padding-inline-start : 0.375em ;
778
793
}
779
794
780
795
.prose : where (code ): not (: where ([class ~= "not-prose" ], [class ~= "not-prose" ] * )) {
@@ -832,9 +847,9 @@ body {
832
847
margin-bottom : 1.7142857em ;
833
848
border-radius : 0.375rem ;
834
849
padding-top : 0.8571429em ;
835
- padding-right : 1.1428571em ;
850
+ padding-inline-end : 1.1428571em ;
836
851
padding-bottom : 0.8571429em ;
837
- padding-left : 1.1428571em ;
852
+ padding-inline-start : 1.1428571em ;
838
853
}
839
854
840
855
.prose : where (pre code ): not (: where ([class ~= "not-prose" ], [class ~= "not-prose" ] * )) {
@@ -860,7 +875,6 @@ body {
860
875
.prose : where (table ): not (: where ([class ~= "not-prose" ], [class ~= "not-prose" ] * )) {
861
876
width : 100% ;
862
877
table-layout : auto;
863
- text-align : left;
864
878
margin-top : 2em ;
865
879
margin-bottom : 2em ;
866
880
font-size : 0.875em ;
@@ -876,9 +890,9 @@ body {
876
890
color : var (--tw-prose-headings );
877
891
font-weight : 600 ;
878
892
vertical-align : bottom;
879
- padding-right : 0.5714286em ;
893
+ padding-inline-end : 0.5714286em ;
880
894
padding-bottom : 0.5714286em ;
881
- padding-left : 0.5714286em ;
895
+ padding-inline-start : 0.5714286em ;
882
896
}
883
897
884
898
.prose : where (tbody tr ): not (: where ([class ~= "not-prose" ], [class ~= "not-prose" ] * )) {
@@ -903,6 +917,10 @@ body {
903
917
vertical-align : top;
904
918
}
905
919
920
+ .prose : where (th , td ): not (: where ([class ~= "not-prose" ], [class ~= "not-prose" ] * )) {
921
+ text-align : start;
922
+ }
923
+
906
924
.prose : where (figure > * ): not (: where ([class ~= "not-prose" ], [class ~= "not-prose" ] * )) {
907
925
margin-top : 0 ;
908
926
margin-bottom : 0 ;
@@ -961,42 +979,37 @@ body {
961
979
margin-bottom : 0 ;
962
980
}
963
981
964
- .prose : where (video ): not (: where ([class ~= "not-prose" ], [class ~= "not-prose" ] * )) {
965
- margin-top : 2em ;
966
- margin-bottom : 2em ;
967
- }
968
-
969
982
.prose : where (li ): not (: where ([class ~= "not-prose" ], [class ~= "not-prose" ] * )) {
970
983
margin-top : 0.5em ;
971
984
margin-bottom : 0.5em ;
972
985
}
973
986
974
987
.prose : where (ol > li ): not (: where ([class ~= "not-prose" ], [class ~= "not-prose" ] * )) {
975
- padding-left : 0.375em ;
988
+ padding-inline-start : 0.375em ;
976
989
}
977
990
978
991
.prose : where (ul > li ): not (: where ([class ~= "not-prose" ], [class ~= "not-prose" ] * )) {
979
- padding-left : 0.375em ;
992
+ padding-inline-start : 0.375em ;
980
993
}
981
994
982
995
.prose : where (.prose > ul > li p ): not (: where ([class ~= "not-prose" ], [class ~= "not-prose" ] * )) {
983
996
margin-top : 0.75em ;
984
997
margin-bottom : 0.75em ;
985
998
}
986
999
987
- .prose : where (.prose > ul > li > * : first-child ): not (: where ([class ~= "not-prose" ], [class ~= "not-prose" ] * )) {
1000
+ .prose : where (.prose > ul > li > p : first-child ): not (: where ([class ~= "not-prose" ], [class ~= "not-prose" ] * )) {
988
1001
margin-top : 1.25em ;
989
1002
}
990
1003
991
- .prose : where (.prose > ul > li > * : last-child ): not (: where ([class ~= "not-prose" ], [class ~= "not-prose" ] * )) {
1004
+ .prose : where (.prose > ul > li > p : last-child ): not (: where ([class ~= "not-prose" ], [class ~= "not-prose" ] * )) {
992
1005
margin-bottom : 1.25em ;
993
1006
}
994
1007
995
- .prose : where (.prose > ol > li > * : first-child ): not (: where ([class ~= "not-prose" ], [class ~= "not-prose" ] * )) {
1008
+ .prose : where (.prose > ol > li > p : first-child ): not (: where ([class ~= "not-prose" ], [class ~= "not-prose" ] * )) {
996
1009
margin-top : 1.25em ;
997
1010
}
998
1011
999
- .prose : where (.prose > ol > li > * : last-child ): not (: where ([class ~= "not-prose" ], [class ~= "not-prose" ] * )) {
1012
+ .prose : where (.prose > ol > li > p : last-child ): not (: where ([class ~= "not-prose" ], [class ~= "not-prose" ] * )) {
1000
1013
margin-bottom : 1.25em ;
1001
1014
}
1002
1015
@@ -1012,7 +1025,7 @@ body {
1012
1025
1013
1026
.prose : where (dd ): not (: where ([class ~= "not-prose" ], [class ~= "not-prose" ] * )) {
1014
1027
margin-top : 0.5em ;
1015
- padding-left : 1.625em ;
1028
+ padding-inline-start : 1.625em ;
1016
1029
}
1017
1030
1018
1031
.prose : where (hr + * ): not (: where ([class ~= "not-prose" ], [class ~= "not-prose" ] * )) {
@@ -1032,26 +1045,26 @@ body {
1032
1045
}
1033
1046
1034
1047
.prose : where (thead th : first-child ): not (: where ([class ~= "not-prose" ], [class ~= "not-prose" ] * )) {
1035
- padding-left : 0 ;
1048
+ padding-inline-start : 0 ;
1036
1049
}
1037
1050
1038
1051
.prose : where (thead th : last-child ): not (: where ([class ~= "not-prose" ], [class ~= "not-prose" ] * )) {
1039
- padding-right : 0 ;
1052
+ padding-inline-end : 0 ;
1040
1053
}
1041
1054
1042
1055
.prose : where (tbody td , tfoot td ): not (: where ([class ~= "not-prose" ], [class ~= "not-prose" ] * )) {
1043
1056
padding-top : 0.5714286em ;
1044
- padding-right : 0.5714286em ;
1057
+ padding-inline-end : 0.5714286em ;
1045
1058
padding-bottom : 0.5714286em ;
1046
- padding-left : 0.5714286em ;
1059
+ padding-inline-start : 0.5714286em ;
1047
1060
}
1048
1061
1049
1062
.prose : where (tbody td : first-child , tfoot td : first-child ): not (: where ([class ~= "not-prose" ], [class ~= "not-prose" ] * )) {
1050
- padding-left : 0 ;
1063
+ padding-inline-start : 0 ;
1051
1064
}
1052
1065
1053
1066
.prose : where (tbody td : last-child , tfoot td : last-child ): not (: where ([class ~= "not-prose" ], [class ~= "not-prose" ] * )) {
1054
- padding-right : 0 ;
1067
+ padding-inline-end : 0 ;
1055
1068
}
1056
1069
1057
1070
.prose : where (figure ): not (: where ([class ~= "not-prose" ], [class ~= "not-prose" ] * )) {
0 commit comments