---
# quotesdb-9lxc
title: '[TRIAGE] CSS/styling approach for Wasm — plain CSS, CDN Tailwind, or Wasm-compatible crate?'
status: completed
type: task
priority: critical
created_at: 2026-03-10T23:32:07Z
updated_at: 2026-03-10T23:32:07Z
---
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 `