Files
IRTH-2/client/tailwind.config.js
T
2024-07-26 12:59:11 +05:00

9 lines
170 B
JavaScript

/** @type {import('tailwindcss').Config} */
export default {
content: ["./index.html", "./src/**/*.{js,ts,jsx,tsx}"],
theme: {
extend: {},
},
plugins: [],
};