285f5fdfeat: create and view repositories through the browser24d | 1 | |
af126c7feat: tailwind theme and the first components25d | 2 | |
285f5fdfeat: create and view repositories through the browser24d | 3 | |
| 4 | |
| 5 | |
| 6 | |
af126c7feat: tailwind theme and the first components25d | 7 | |
| 8 | fn main() { |
| 9 | topcoat::tailwind::BuildConfig::new() |
| 10 | .input("styles.css") |
| 11 | .render() |
| 12 | .unwrap(); |
285f5fdfeat: create and view repositories through the browser24d | 13 | |
| 14 | |
| 15 | |
| 16 | topcoat::icon::iconify::BuildConfig::new() |
| 17 | .icon_set("feather") |
| 18 | .stage() |
| 19 | .unwrap(); |
af126c7feat: tailwind theme and the first components25d | 20 | } |