leptos-use/examples/use_throttle_fn/tailwind.config.js
2023-05-19 20:43:03 +01:00

10 lines
No EOL
187 B
JavaScript

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