2026-02-22 09:31:51 +00:00

8 lines
128 B
JavaScript

module.exports = {
content: ['./index.html', './src/**/*.{js,jsx,ts,tsx}'],
theme: {
extend: {},
},
plugins: [],
};