1
1
/*
2
- ! tailwindcss v3.3 .3 | MIT License | https://tailwindcss.com
2
+ ! tailwindcss v3.4 .3 | MIT License | https://tailwindcss.com
3
3
*/
4
4
5
5
/*
32
32
4. Use the user's configured `sans` font-family by default.
33
33
5. Use the user's configured `sans` font-feature-settings by default.
34
34
6. Use the user's configured `sans` font-variation-settings by default.
35
+ 7. Disable tap highlights on iOS
35
36
*/
36
37
37
- html {
38
+ html ,
39
+ : host {
38
40
line-height : 1.5 ;
39
41
/* 1 */
40
42
-webkit-text-size-adjust : 100% ;
@@ -44,12 +46,14 @@ html {
44
46
-o-tab-size : 4 ;
45
47
tab-size : 4 ;
46
48
/* 3 */
47
- font-family : ui-sans-serif, system-ui, -apple-system , BlinkMacSystemFont , "Segoe UI" , Roboto , "Helvetica Neue" , Arial , "Noto Sans" , sans-serif, "Apple Color Emoji" , "Segoe UI Emoji" , "Segoe UI Symbol" , "Noto Color Emoji" ;
49
+ font-family : ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji" , "Segoe UI Emoji" , "Segoe UI Symbol" , "Noto Color Emoji" ;
48
50
/* 4 */
49
51
font-feature-settings : normal;
50
52
/* 5 */
51
53
font-variation-settings : normal;
52
54
/* 6 */
55
+ -webkit-tap-highlight-color : transparent;
56
+ /* 7 */
53
57
}
54
58
55
59
/*
@@ -121,8 +125,10 @@ strong {
121
125
}
122
126
123
127
/*
124
- 1. Use the user's configured `mono` font family by default.
125
- 2. Correct the odd `em` font sizing in all browsers.
128
+ 1. Use the user's configured `mono` font-family by default.
129
+ 2. Use the user's configured `mono` font-feature-settings by default.
130
+ 3. Use the user's configured `mono` font-variation-settings by default.
131
+ 4. Correct the odd `em` font sizing in all browsers.
126
132
*/
127
133
128
134
code ,
@@ -131,8 +137,12 @@ samp,
131
137
pre {
132
138
font-family : ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono" , "Courier New" , monospace;
133
139
/* 1 */
134
- font-size : 1 em ;
140
+ font-feature-settings : normal ;
135
141
/* 2 */
142
+ font-variation-settings : normal;
143
+ /* 3 */
144
+ font-size : 1em ;
145
+ /* 4 */
136
146
}
137
147
138
148
/*
@@ -201,6 +211,8 @@ textarea {
201
211
/* 1 */
202
212
line-height : inherit;
203
213
/* 1 */
214
+ letter-spacing : inherit;
215
+ /* 1 */
204
216
color : inherit;
205
217
/* 1 */
206
218
margin : 0 ;
@@ -224,9 +236,9 @@ select {
224
236
*/
225
237
226
238
button ,
227
- [type = 'button' ],
228
- [type = 'reset' ],
229
- [type = 'submit' ] {
239
+ input : where ( [type = 'button' ]) ,
240
+ input : where ( [type = 'reset' ]) ,
241
+ input : where ( [type = 'submit' ]) {
230
242
-webkit-appearance : button;
231
243
/* 1 */
232
244
background-color : transparent;
@@ -499,6 +511,10 @@ video {
499
511
--tw-backdrop-opacity : ;
500
512
--tw-backdrop-saturate : ;
501
513
--tw-backdrop-sepia : ;
514
+ --tw-contain-size : ;
515
+ --tw-contain-layout : ;
516
+ --tw-contain-paint : ;
517
+ --tw-contain-style : ;
502
518
--tw-infinite : 99999 ;
503
519
--tw-lightness-threshold : 0.6 ;
504
520
--tw-min-contrast-lightness : 0 ;
@@ -553,6 +569,10 @@ video {
553
569
--tw-backdrop-opacity : ;
554
570
--tw-backdrop-saturate : ;
555
571
--tw-backdrop-sepia : ;
572
+ --tw-contain-size : ;
573
+ --tw-contain-layout : ;
574
+ --tw-contain-paint : ;
575
+ --tw-contain-style : ;
556
576
--tw-infinite : 99999 ;
557
577
--tw-lightness-threshold : 0.6 ;
558
578
--tw-min-contrast-lightness : 0 ;
@@ -819,7 +839,7 @@ video {
819
839
.bg-blue-600 {
820
840
--tw-bg-l : 0.54615 ;
821
841
--tw-bg-c : 0.215208 ;
822
- --tw-bg-h : 262.880917 ;
842
+ --tw-bg-h : 262.880919 ;
823
843
--tw-bg-l-offset : 0 ;
824
844
--tw-bg-opacity : 1 ;
825
845
background-color : oklch (clamp (0 , calc (var (--tw-bg-l ) + var (--tw-bg-l-offset )), 1 ) var (--tw-bg-c ) var (--tw-bg-h ) / var (--tw-bg-opacity ));
@@ -866,7 +886,7 @@ video {
866
886
.text-blue-600 {
867
887
--tw-text-l : 0.54615 ;
868
888
--tw-text-c : 0.215208 ;
869
- --tw-text-h : 262.880917 ;
889
+ --tw-text-h : 262.880919 ;
870
890
--tw-text-l-offset : 0 ;
871
891
--tw-text-opacity : 1 ;
872
892
color : oklch (clamp (0 , calc (var (--tw-text-l ) + var (--tw-text-l-offset )), 1 ) var (--tw-text-c ) var (--tw-text-h ) / var (--tw-text-opacity ));
@@ -904,7 +924,7 @@ video {
904
924
.hover\:bg-blue-400 : hover {
905
925
--tw-bg-l : 0.71374 ;
906
926
--tw-bg-c : 0.143381 ;
907
- --tw-bg-h : 254.624021 ;
927
+ --tw-bg-h : 254.624024 ;
908
928
--tw-bg-l-offset : 0 ;
909
929
--tw-bg-opacity : 1 ;
910
930
background-color : oklch (clamp (0 , calc (var (--tw-bg-l ) + var (--tw-bg-l-offset )), 1 ) var (--tw-bg-c ) var (--tw-bg-h ) / var (--tw-bg-opacity ));
@@ -921,7 +941,7 @@ video {
921
941
.hover\:text-blue-800 : hover {
922
942
--tw-text-l : 0.424445 ;
923
943
--tw-text-c : 0.180869 ;
924
- --tw-text-h : 265.63771 ;
944
+ --tw-text-h : 265.637712 ;
925
945
--tw-text-l-offset : 0 ;
926
946
--tw-text-opacity : 1 ;
927
947
color : oklch (clamp (0 , calc (var (--tw-text-l ) + var (--tw-text-l-offset )), 1 ) var (--tw-text-c ) var (--tw-text-h ) / var (--tw-text-opacity ));
0 commit comments