diff options
Diffstat (limited to 'tailwind.config.js')
| -rw-r--r-- | tailwind.config.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tailwind.config.js b/tailwind.config.js index 2112082..ce77ef5 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -11,6 +11,7 @@ module.exports = { theme: { screens: { xs: "475px", + xxs: "350px", ...defaultTheme.screens, }, extend: { |