timothymiller / t4-app

A powerful cross-platform UI toolkit for building actually native iOS, Android, macOS, Windows, Linux, and Progressive Web Apps with React (Native).
https://t4stack.com
MIT License
1.31k stars 69 forks source link

Reduce tamagui css file size #143

Open rmarscher opened 5 months ago

rmarscher commented 5 months ago

None of the configured color themes are currently in use. It makes sense to drop including them and instead let developers opt into including them.

Note that a v3 of tamagui's theme builder will be released soon and my provide other optimization options.

Also dropping use of the Inter font in place of system fonts.

I need to test native to make sure the default system fonts look ok. This reduces the output css for web by a lot.