slight refactors
This commit is contained in:
@@ -10,7 +10,12 @@ module.exports = {
|
||||
"./app.vue",
|
||||
],
|
||||
theme: {
|
||||
extend: {},
|
||||
extend: {
|
||||
screens: {
|
||||
'xs': '512px',
|
||||
'3xl': '1792px'
|
||||
}
|
||||
},
|
||||
},
|
||||
plugins: [],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user