Files
FX-Intel-dashboard/tailwind.config.js
T

9 lines
162 B
JavaScript
Raw Normal View History

2026-07-05 01:35:34 +05:30
/** @type {import('tailwindcss').Config} */
export default {
content: ['./index.html', './src/**/*.{js,jsx}'],
theme: {
extend: {},
},
plugins: [],
}