CrunchyDL/tailwind.config.ts

10 lines
128 B
TypeScript
Raw Normal View History

2024-04-16 20:20:30 +02:00
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [],
theme: {
extend: {},
},
plugins: [],
}