mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
@ -8,6 +8,17 @@ module.exports = {
|
||||
"./src/main/styles/keep.txt",
|
||||
"../restserver/src/main/templates/*.html"
|
||||
],
|
||||
theme: {
|
||||
extend: {
|
||||
screens: {
|
||||
'3xl': '1792px',
|
||||
'4xl': '2048px',
|
||||
'5xl': '2560px',
|
||||
'6xl': '3072px',
|
||||
'7xl': '3584px'
|
||||
}
|
||||
}
|
||||
},
|
||||
variants: {
|
||||
extend: {
|
||||
backgroundOpacity: ['dark']
|
||||
|
Reference in New Issue
Block a user