mirror of
https://github.com/markbeep/AudioBookRequest.git
synced 2026-05-17 22:48:23 -05:00
13 lines
215 B
JavaScript
13 lines
215 B
JavaScript
module.exports = {
|
|
purge: [],
|
|
darkMode: false, // or 'media' or 'class'
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
variants: {
|
|
extend: {},
|
|
},
|
|
plugins: [require('daisyui')],
|
|
content: ["templates/**/*.html"],
|
|
};
|