brisk
brisk copied to clipboard
Normalizing State API
Our style API is a bit inconsistent. On one hand we have functions that generate variants, like Style.overflow but it goes "one level deep". For instance we have overflow(`Scroll) not overflow(scroll). An argument could be made that this lets us keep the main style functions discoverable and reduce the boilerplate but I'm not sure myself what should be the rule here.