gallowelds.com/tailwind.config.js
2024-05-22 14:21:18 -04:00

8 lines
154 B
JavaScript

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