mirror of
https://github.com/bketelsen/bktw.git
synced 2024-11-16 20:25:45 +02:00
14 lines
192 B
JavaScript
14 lines
192 B
JavaScript
module.exports = {
|
|
purge: [
|
|
'./templates/**/*.tmpl',
|
|
],
|
|
darkMode: false, // or 'media' or 'class'
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
variants: {
|
|
extend: {},
|
|
},
|
|
plugins: [],
|
|
}
|