refactor(web): add 3xl breakpoint

This commit is contained in:
Paul Armstrong
2021-02-03 15:35:28 -08:00
committed by Blake Blackshear
parent 063030bcf3
commit ba278dfc3d
3 changed files with 10 additions and 2 deletions

View File

@@ -5,6 +5,14 @@ module.exports = {
darkMode: 'class',
theme: {
extend: {},
screens: {
sm: '640px',
md: '768px',
lg: '1024px',
xl: '1280px',
'2xl': '1536px',
'3xl': '1720px',
},
},
variants: {
extend: {},