blow/tailwind.config.js

15 lines
227 B
JavaScript
Raw Normal View History

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