htmgo/templates/starter/tailwind.config.js

6 lines
105 B
JavaScript
Raw Permalink Normal View History

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