Files
routeros-traffic/frontend/tailwind.config.ts
Mateusz Gruszczyński 5429f176c9 first commit
2026-03-04 15:21:03 +01:00

10 lines
206 B
TypeScript

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