remove unused breakpoints, add a max breakpoint
This commit is contained in:
parent
be5ada8bdf
commit
a9efe94cff
1 changed files with 2 additions and 3 deletions
|
|
@ -24,10 +24,9 @@ module.exports = {
|
|||
presets: [],
|
||||
theme: {
|
||||
screens: {
|
||||
ltsm: {max: '39em'},
|
||||
sm: '40em',
|
||||
md: '63em',
|
||||
lg: '80em',
|
||||
xl: '100em'
|
||||
md: '63em'
|
||||
},
|
||||
colors,
|
||||
spacing,
|
||||
|
|
|
|||
Loading…
Reference in a new issue