brisk icon indicating copy to clipboard operation
brisk copied to clipboard

Normalizing State API

Open wokalski opened this issue 6 years ago • 0 comments

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.

wokalski avatar Feb 05 '19 19:02 wokalski