blow/tailwind.config.js

15 lines
229 B
JavaScript
Raw Normal View History

2021-11-06 12:17:14 +00:00
module.exports = {
purge: [
'./templates/**/*.html',
'./static/js/**/*.js',
2021-11-06 12:17:14 +00:00
],
darkMode: 'class', // or 'media' or 'class'
theme: {
extend: {},
},
variants: {
extend: {},
},
plugins: [],
}