🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
10 lines
150 B
JavaScript
10 lines
150 B
JavaScript
module.exports = {
|
|
content: ['./index.html', './kitchen-sink.html'],
|
|
theme: {
|
|
extend: {
|
|
//
|
|
},
|
|
},
|
|
plugins: [require('./src')],
|
|
}
|