8 lines
96 B
JavaScript
8 lines
96 B
JavaScript
module.exports = {
|
|
content: ["./index.html"],
|
|
theme: {
|
|
extend: {}
|
|
},
|
|
plugins: []
|
|
};
|