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