htmgo/examples/hackernews/tailwind.config.js
2024-10-10 17:00:20 -05:00

7 lines
147 B
JavaScript

/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["**/*.go"],
plugins: [
require('@tailwindcss/typography')
],
};