leptos/examples/tailwind_csr/tailwind.config.js
2023-10-13 16:20:26 -04:00

10 lines
171 B
JavaScript

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