🎉 Leptos + Axum + TailwindCSS

This commit is contained in:
LeMoonStar 2024-12-15 19:11:30 +01:00
commit 57369ecb38
18 changed files with 4162 additions and 0 deletions

8
tailwind.config.js Normal file
View file

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