| 1 | //! Build-time asset generation. |
| 2 | //! |
| 3 | //! Two steps: Tailwind over `styles.css`, and staging the Iconify sets that components |
| 4 | //! reference. Topcoat wraps the standalone Tailwind CLI — no Node, no PostCSS. The |
| 5 | //! generated CSS lands in `OUT_DIR` and is served by the asset bundler with a |
| 6 | //! content-hashed URL. |
| 7 | |
| 8 | |
| 9 | |
| 10 | |
| 11 | |
| 12 | |
| 13 | |
| 14 | |
| 15 | |
| 16 | |
| 17 | |
| 18 | |
| 19 | |
| 20 |