mirror of
https://github.com/tchartron/blow
synced 2024-11-23 12:53:20 +00:00
14 lines
229 B
JavaScript
14 lines
229 B
JavaScript
module.exports = {
|
|
purge: [
|
|
'./templates/**/*.html',
|
|
'./static/js/**/*.js',
|
|
],
|
|
darkMode: 'class', // or 'media' or 'class'
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
variants: {
|
|
extend: {},
|
|
},
|
|
plugins: [],
|
|
}
|