We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3f4a12 commit 99e840eCopy full SHA for 99e840e
packages/kit-styled/src/templates/tailwind.config.cjs
@@ -51,6 +51,9 @@ module.exports = {
51
'londrina-shadow': ['Londrina Shadow', 'cursive'],
52
'rubik-doodle-shadow': ['Rubik Doodle Shadow', 'monospace'],
53
},
54
+ screens: {
55
+ xs: '480px',
56
+ },
57
// EXTEND-START
58
colors: {
59
border: 'hsl(var(--border))',
0 commit comments