Add:Ebook files table and supplementary ereader

This commit is contained in:
advplyr
2023-06-11 13:36:19 -05:00
parent 543ac209e4
commit d8bc26f5f8
16 changed files with 1283 additions and 638 deletions
+5 -7
View File
@@ -2,13 +2,11 @@ const defaultTheme = require('tailwindcss/defaultTheme')
module.exports = {
purge: {
options: {
safelist: [
'bg-success',
'bg-info',
'text-info'
]
}
safelist: [
'bg-success',
'bg-info',
'text-info'
]
},
darkMode: false,
theme: {