mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-05-21 12:52:13 -05:00
8 lines
87 B
JavaScript
8 lines
87 B
JavaScript
module.exports = {
|
|
content: ['./*.html'],
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
plugins: [],
|
|
}
|