Files
gg-backend/frontend/tailwind.config.js
T

5 lines
122 B
JavaScript
Raw Normal View History

2026-03-12 17:56:52 +05:30
/** @type {import('tailwindcss').Config} */
export default {
2026-05-26 15:48:01 +05:30
content: ['./index.html', './src/**/*.{js,ts,jsx,tsx}'],
2026-03-12 17:56:52 +05:30
};