Compare commits

..

No commits in common. "97a3a243787855100e5cdc7ce270b6ff88c86499" and "dbd3a5841bf25d6e6b0339d6f5abb387bf8f752b" have entirely different histories.

2 changed files with 15 additions and 1 deletions

View File

@ -25,3 +25,18 @@ reload_html = true
# which files or dirs will be watcher monitoring
watch_path = ["src", "assets"]
# include `assets` in web platform
[web.resource]
# CSS style file
style = []
# Javascript code file
script = ["https://kit.fontawesome.com/3c1b409f8f.js"]
[web.resource.dev]
# Javascript code file
# serve: [dev-server] only
script = []

View File

@ -39,7 +39,6 @@ pub(crate) fn App() -> Element {
document::Link { rel: "stylesheet", href: FONTS_CSS }
document::Link { rel: "stylesheet", href: INPUT_NUMBER_ARROWS_CSS }
document::Link { rel: "stylesheet", href: INPUT_RANGE_CSS }
document::Script { src: "https://kit.fontawesome.com/3c1b409f8f.js" }
div {
class: "min-h-screen text-zinc-200 bg-zinc-800 pt-4 pb-36",