mirror of
https://github.com/drawdb-io/drawdb.git
synced 2025-07-18 01:54:24 +00:00
Add shortcuts page
This commit is contained in:
@@ -4,7 +4,15 @@ module.exports = {
|
||||
"./src/**/*.{js,jsx,ts,tsx}",
|
||||
],
|
||||
theme: {
|
||||
extend: {},
|
||||
screens: {
|
||||
'3xl': {'max': '2047px'},
|
||||
'2xl': {'max': '1535px'},
|
||||
'xl': {'max': '1279px'},
|
||||
'lg': {'max': '1023px'},
|
||||
'md': {'max': '767px'},
|
||||
'sm': {'max': '639px'}
|
||||
},
|
||||
extend: {}
|
||||
},
|
||||
plugins: [],
|
||||
}
|
||||
|
Reference in New Issue
Block a user