9 lines
154 B
JavaScript
9 lines
154 B
JavaScript
/* eslint-disable no-undef */
|
|
module.exports = {
|
|
content: ["./index.html", "./src/**/*.{js,ts,tsx}"],
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
plugins: [],
|
|
};
|