liveview-native / live_view_native_stylesheet

MIT License
10 stars 4 forks source link

embed_stylesheet can take an undefined module #57

Closed bcardarella closed 6 months ago

bcardarella commented 7 months ago

@BrooklinJazz let's try this branch out, it shold partially unblock you

bcardarella commented 7 months ago

To enable this:

config :live_view_native_stylesheet,
  silence_embed_raise: true
bcardarella commented 6 months ago

Closing as #wontfix. We will be deviating from style sheet embedding and moving to a styleshseet asset to fetch intead

<Style url={~p"/assets/app.swift.styles"}/>