2026-02-23 08:49:54 +00:00

8 lines
128 B
JavaScript

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