Tamagui prop order importance means you never need to worry about specificity issues.
Last prop wins, always. And of course fully typed.
Prototyped this today — a `force` variant that only overrides the same utility when it has the same specificity.
Better than the important modifier, which would stomp `md:w-64` here too for example.
I've never needed this but it's like the #1 thing I hear people wrestling with.