You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1.3 KiB

+++ title = "[TRIAGE] CSS/styling approach for Wasm — plain CSS, CDN Tailwind, or Wasm-compatible crate?" priority = 8 status = "todo" ticket_type = "task" dependencies = ["c3503b"] +++

This is a triage decision ticket. It must be resolved before dependent implementation tickets can proceed. CSS/styling approach for the Yew Wasm UI: plain CSS (separate .css file), CDN Tailwind (loaded in index.html), or a Wasm-compatible Rust styling crate? 1. **Plain CSS** — write a `style.css` file, include it in `index.html`. No build complexity. Simple and portable. 2. **CDN Tailwind** — add Tailwind CDN `