Uprev tailwindcss to v3.3.2

Signed-off-by: baalajimaestro <me@baalajimaestro.me>
This commit is contained in:
baalajimaestro 2023-05-07 18:29:20 +05:30
parent eb769cb741
commit b256570a55
Signed by: baalajimaestro
GPG key ID: F93C394FE9BBAFD5

View file

@ -1,5 +1,5 @@
/* /*
! tailwindcss v3.2.4 | MIT License | https://tailwindcss.com ! tailwindcss v3.3.2 | MIT License | https://tailwindcss.com
*/ */
/* /*
@ -31,6 +31,7 @@
3. Use a more readable tab size. 3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default. 4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default. 5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/ */
html { html {
@ -47,6 +48,8 @@ html {
/* 4 */ /* 4 */
font-feature-settings: normal; font-feature-settings: normal;
/* 5 */ /* 5 */
font-variation-settings: normal;
/* 6 */
} }
/* /*
@ -433,6 +436,9 @@ video {
--tw-pan-y: ; --tw-pan-y: ;
--tw-pinch-zoom: ; --tw-pinch-zoom: ;
--tw-scroll-snap-strictness: proximity; --tw-scroll-snap-strictness: proximity;
--tw-gradient-from-position: ;
--tw-gradient-via-position: ;
--tw-gradient-to-position: ;
--tw-ordinal: ; --tw-ordinal: ;
--tw-slashed-zero: ; --tw-slashed-zero: ;
--tw-numeric-figure: ; --tw-numeric-figure: ;
@ -480,6 +486,9 @@ video {
--tw-pan-y: ; --tw-pan-y: ;
--tw-pinch-zoom: ; --tw-pinch-zoom: ;
--tw-scroll-snap-strictness: proximity; --tw-scroll-snap-strictness: proximity;
--tw-gradient-from-position: ;
--tw-gradient-via-position: ;
--tw-gradient-to-position: ;
--tw-ordinal: ; --tw-ordinal: ;
--tw-slashed-zero: ; --tw-slashed-zero: ;
--tw-numeric-figure: ; --tw-numeric-figure: ;
@ -537,20 +546,20 @@ video {
left: 0px; left: 0px;
} }
.mt-3 {
margin-top: 0.75rem;
}
.mr-4 { .mr-4 {
margin-right: 1rem; margin-right: 1rem;
} }
.mr-6 {
margin-right: 1.5rem;
}
.mt-0 { .mt-0 {
margin-top: 0px; margin-top: 0px;
} }
.mr-6 { .mt-3 {
margin-right: 1.5rem; margin-top: 0.75rem;
} }
.block { .block {
@ -581,14 +590,14 @@ video {
width: 2.5rem; width: 2.5rem;
} }
.w-screen {
width: 100vw;
}
.w-10\/12 { .w-10\/12 {
width: 83.333333%; width: 83.333333%;
} }
.w-screen {
width: 100vw;
}
.border-collapse { .border-collapse {
border-collapse: collapse; border-collapse: collapse;
} }
@ -645,14 +654,14 @@ video {
background-color: rgb(39 39 42 / var(--tw-bg-opacity)); background-color: rgb(39 39 42 / var(--tw-bg-opacity));
} }
.p-6 {
padding: 1.5rem;
}
.p-2 { .p-2 {
padding: 0.5rem; padding: 0.5rem;
} }
.p-6 {
padding: 1.5rem;
}
.text-center { .text-center {
text-align: center; text-align: center;
} }
@ -671,16 +680,16 @@ video {
font-weight: 700; font-weight: 700;
} }
.text-gray-300 {
--tw-text-opacity: 1;
color: rgb(209 213 219 / var(--tw-text-opacity));
}
.text-gray-100 { .text-gray-100 {
--tw-text-opacity: 1; --tw-text-opacity: 1;
color: rgb(243 244 246 / var(--tw-text-opacity)); color: rgb(243 244 246 / var(--tw-text-opacity));
} }
.text-gray-300 {
--tw-text-opacity: 1;
color: rgb(209 213 219 / var(--tw-text-opacity));
}
.text-gray-400 { .text-gray-400 {
--tw-text-opacity: 1; --tw-text-opacity: 1;
color: rgb(156 163 175 / var(--tw-text-opacity)); color: rgb(156 163 175 / var(--tw-text-opacity));