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: [],
|
presets: [],
|
||||||
theme: {
|
theme: {
|
||||||
screens: {
|
screens: {
|
||||||
|
ltsm: {max: '39em'},
|
||||||
sm: '40em',
|
sm: '40em',
|
||||||
md: '63em',
|
md: '63em'
|
||||||
lg: '80em',
|
|
||||||
xl: '100em'
|
|
||||||
},
|
},
|
||||||
colors,
|
colors,
|
||||||
spacing,
|
spacing,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue