Closed azertyalex closed 1 year ago
What version of tailwind do you use ?
tailwind 3.3.2
Breakpoints work just fine, you simply need to fix the typo
theme: {
- extends: {
+ extend: {
screens: {
landscape: {
raw: '(orientation: landscape) and (max-height: 480px)',
},
statsxxl: '1500px',
tk: '2000px',
xxl: '2500px',
xxxl: '3200px',
},
},
fontFamily: {
sans: [...defaultTheme.fontFamily.sans],
serif: [...defaultTheme.fontFamily.serif],
mono: [...defaultTheme.fontFamily.mono],
},
},
I have following config
When using tw-colors my breakpoints aren't working