2024-10-10 16:16:55 -04:00
|
|
|
import { type Config } from "tailwindcss";
|
2025-06-29 23:41:20 -04:00
|
|
|
import twHLJS from "tailwind-highlightjs";
|
2024-10-10 16:16:55 -04:00
|
|
|
|
|
|
|
export default {
|
|
|
|
content: ["{routes,islands,components}/**/*.{ts,tsx}"],
|
2025-06-29 23:41:20 -04:00
|
|
|
// plugins: [twHLJS],
|
2024-10-10 16:16:55 -04:00
|
|
|
} satisfies Config;
|