// // This file is here until trunk can be told to source it from /client // /** @type {import('tailwindcss').Config} */ module.exports = { content: { relative: true, files: ["./clients/leptos/*.html", "./clients/leptos/src/**/*.rs"], }, theme: { extend: {}, }, plugins: [], };