forked from mirrors/amnezia-wg-easy
Fix lint errors
This commit is contained in:
parent
fa392cf260
commit
45147ee7c4
2 changed files with 8 additions and 8 deletions
|
@ -7,12 +7,12 @@ module.exports = {
|
|||
content: ['./www/**/*.{html,js}'],
|
||||
theme: {
|
||||
screens: {
|
||||
'xs': '576px',
|
||||
'sm': '640px',
|
||||
'md': '768px',
|
||||
'lg': '1024px',
|
||||
'xl': '1280px',
|
||||
xs: '576px',
|
||||
sm: '640px',
|
||||
md: '768px',
|
||||
lg: '1024px',
|
||||
xl: '1280px',
|
||||
'2xl': '1536px',
|
||||
}
|
||||
}
|
||||
},
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue