htmgo/templates/starter/tailwind.config.js

6 lines
116 B
JavaScript
Raw Normal View History

2024-09-23 15:57:59 +00:00
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["**/*.go", "**/*.js"],
plugins: [],
};