fix xs selector

This commit is contained in:
vcoppe
2025-10-19 16:44:15 +02:00
parent 8abe0ec333
commit 776c867c0b
2 changed files with 2 additions and 3 deletions

View File

@@ -109,6 +109,8 @@
--color-sidebar-ring: var(--sidebar-ring); --color-sidebar-ring: var(--sidebar-ring);
--color-support: var(--support); --color-support: var(--support);
--color-link: var(--link); --color-link: var(--link);
--breakpoint-xs: 540px;
} }
@layer base { @layer base {

View File

@@ -53,9 +53,6 @@ const config = {
fontFamily: { fontFamily: {
sans: [...fontFamily.sans], sans: [...fontFamily.sans],
}, },
screens: {
xs: '540px',
},
keyframes: { keyframes: {
'accordion-down': { 'accordion-down': {
from: { height: '0' }, from: { height: '0' },