leptos/examples/tailwind/tailwind.config.js
2022-12-23 13:10:45 -05:00

10 lines
171 B
JavaScript

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