fix. 미디어쿼리 구간 추가 정의
Made-with: Cursor
This commit is contained in:
@@ -9,11 +9,12 @@ export default {
|
||||
theme: {
|
||||
extend: {
|
||||
screens: {
|
||||
xxs: '0px', // 0px ~ 359px
|
||||
xs: '360px', // Mobile: 360px ~ 767px
|
||||
sm: '768px', // Tablet: 768px ~ 1023px
|
||||
md: '1024px', // PC: 1024px ~ 1439px
|
||||
xxs: '0px', // 0px+
|
||||
xs: '360px', // Mobile: 360px+
|
||||
sm: '768px', // Tablet: 768px+
|
||||
md: '1024px', // PC: 1024px+
|
||||
lg: '1440px', // Large PC: 1440px+
|
||||
xl: '1920px', // Extra Large PC: 1920px+
|
||||
},
|
||||
colors: {
|
||||
'theme-foreground': 'var(--foreground)',
|
||||
|
||||
Reference in New Issue
Block a user