/** @type {import('tailwindcss').Config} */ module.exports = { content: { relative: true, files: ["*.html", "./app/**/*.rs"], }, theme: { extend: {}, }, plugins: [], }