liveview-native / liveview-client-swiftui

MIT License
379 stars 39 forks source link

fix examples of classes in stylesheet reading #1434

Closed BrooklinJazz closed 2 months ago

BrooklinJazz commented 2 months ago

closes #1433

Semi-colons are not supported, and likely won't be until v.0.4.0. See: https://github.com/liveview-native/liveview-client-swiftui/issues/1421 for context.

This PR removes semi-colons from ~SHEET stylesheet examples.

I also improved the spacing of an inline style and fixed the custom color example while I was at it.