Gaikan icon indicating copy to clipboard operation
Gaikan copied to clipboard

Declarative view styling in Swift. Inspired by CSS modules.

Results 3 Gaikan issues
Sort by recently updated
recently updated
newest added

- Keep style properties overloading, at least in debug. - Show computed properties values when calling `print`.

help wanted

Would be nice to be able to adapt style based on current trait. Just like @media in CSS.

enhancement
help wanted

Instead of having `updateStyle`, we should have `setNeedsUpdateStyle` (async) and `updateStyleIfNeeded` (sync)