mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-11-04 13:31:13 +00:00
fix xs selector
This commit is contained in:
@@ -109,6 +109,8 @@
|
||||
--color-sidebar-ring: var(--sidebar-ring);
|
||||
--color-support: var(--support);
|
||||
--color-link: var(--link);
|
||||
|
||||
--breakpoint-xs: 540px;
|
||||
}
|
||||
|
||||
@layer base {
|
||||
|
||||
@@ -53,9 +53,6 @@ const config = {
|
||||
fontFamily: {
|
||||
sans: [...fontFamily.sans],
|
||||
},
|
||||
screens: {
|
||||
xs: '540px',
|
||||
},
|
||||
keyframes: {
|
||||
'accordion-down': {
|
||||
from: { height: '0' },
|
||||
|
||||
Reference in New Issue
Block a user