web: WIP tailwind integration

This commit is contained in:
2024-09-28 11:18:18 -07:00
parent 5b8639b80f
commit 17da489229
4 changed files with 177 additions and 112 deletions

9
web/tailwind.config.js Normal file
View File

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