import type { Config } from "tailwindcss"; export default { content: [ "./app/**/*.{ts,tsx}", "./components/**/*.{ts,tsx}", "./features/**/*.{ts,tsx}", "./shared/**/*.{ts,tsx}" ], theme: { extend: {} }, plugins: [] } satisfies Config;