Files
rust_leptos/tailwind.config.js
2024-09-01 15:28:32 +02:00

11 lines
171 B
JavaScript

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