CrunchyDL/tailwind.config.ts
2024-04-16 20:20:30 +02:00

10 lines
128 B
TypeScript

/** @type {import('tailwindcss').Config} */
module.exports = {
content: [],
theme: {
extend: {},
},
plugins: [],
}