Switch over to WebAssembly, Rust and Yew #35

Merged
BlakeRain merged 87 commits from yew-static into main 2023-08-30 18:01:40 +00:00
Showing only changes of commit 9e702e2fa3 - Show all commits

View File

@ -12,6 +12,11 @@ module.exports = {
}, },
}, },
}, },
content: ["./src/**/*.rs", "./index.html", "./style/**/*.css"], content: [
"./macros/src/**/*.rs",
"./src/**/*.rs",
"./index.html",
"./style/**/*.css",
],
plugins: [require("@tailwindcss/forms")], plugins: [require("@tailwindcss/forms")],
}; };