2025-06-04 10:03:22 +02:00

10 lines
150 B
JavaScript

module.exports = {
content: ['./index.html', './kitchen-sink.html'],
theme: {
extend: {
//
},
},
plugins: [require('./src')],
}