File size: 112 Bytes
bd9a582 | 1 2 3 4 5 6 7 8 | module.exports = {
content: ["./src/**/*.{js,jsx,ts,tsx}"],
theme: {
extend: {},
},
plugins: [],
};
|
bd9a582 | 1 2 3 4 5 6 7 8 | module.exports = {
content: ["./src/**/*.{js,jsx,ts,tsx}"],
theme: {
extend: {},
},
plugins: [],
};
|