mirror of
https://github.com/BigBodyCobain/Shadowbroker.git
synced 2026-04-24 11:35:57 +02:00
d6f97df336
Former-commit-id: f197ec0f20
8 lines
143 B
TypeScript
8 lines
143 B
TypeScript
import type { Config } from "tailwindcss";
|
|
|
|
const config: Config = {
|
|
content: ["./src/**/*.{js,ts,jsx,tsx,mdx}"],
|
|
};
|
|
|
|
export default config;
|