gallowelds.com/tailwind.config.js

8 lines
139 B
JavaScript
Raw Normal View History

2024-05-22 14:21:18 -04:00
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./themes/gallo/**/*.html"],
theme: {
extend: {},
},
};