diff --git a/apps/app/public/styles.css b/apps/app/public/styles.css index e6dfb23..69d0ca6 100644 --- a/apps/app/public/styles.css +++ b/apps/app/public/styles.css @@ -1,4 +1,4 @@ -/*! tailwindcss v4.2.4 | MIT License | https://tailwindcss.com */ +/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */ @layer properties; @layer theme, base, components, utilities; @layer theme { @@ -226,9 +226,6 @@ .static { position: static; } - .start { - inset-inline-start: var(--spacing); - } .mx-4 { margin-inline: calc(var(--spacing) * 4); } diff --git a/apps/auth/public/styles.css b/apps/auth/public/styles.css index 923e1c2..2b92c86 100644 --- a/apps/auth/public/styles.css +++ b/apps/auth/public/styles.css @@ -1,4 +1,4 @@ -/*! tailwindcss v4.2.4 | MIT License | https://tailwindcss.com */ +/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */ @layer properties; @layer theme, base, components, utilities; @layer theme { @@ -195,12 +195,6 @@ .static { position: static; } - .start { - inset-inline-start: var(--spacing); - } - .end { - inset-inline-end: var(--spacing); - } .mx-4 { margin-inline: calc(var(--spacing) * 4); }