aidxnFUN/tailwind.config.js

10 lines
151 B
JavaScript
Raw Normal View History

2024-10-12 19:18:53 -04:00
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./views/**/*.{ejs,js}"],
theme: {
extend: {},
},
plugins: [],
}