2025-04-08 15:24:42 +03:00

7 lines
128 B
JavaScript

export const content = [
'./src/**/*.{html,js,tsx}',
];
export const theme = {
extend: {},
};
export const plugins = [];