Skip to content

Commit 99e840e

Browse files
committed
refactor(tailwind.config): add xs: screen size
1 parent e3f4a12 commit 99e840e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/kit-styled/src/templates/tailwind.config.cjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ module.exports = {
5151
'londrina-shadow': ['Londrina Shadow', 'cursive'],
5252
'rubik-doodle-shadow': ['Rubik Doodle Shadow', 'monospace'],
5353
},
54+
screens: {
55+
xs: '480px',
56+
},
5457
// EXTEND-START
5558
colors: {
5659
border: 'hsl(var(--border))',

0 commit comments

Comments
 (0)