seed-rs / seed

A Rust framework for creating web apps
MIT License
3.81k stars 155 forks source link

Update docs to use trunk #611

Open allan2 opened 3 years ago

allan2 commented 3 years ago

Suggestion: update docs to use trunk everywhere.

This means updating things like:

<link rel="stylesheet href="/public/index.css">

to

<link data-trunk rel="css" href="/public/index.css">

There are probably other things that need to be changes as well.