Skip to content

Commit

Permalink
Allow clients to define their own stylesheet handlers
Browse files Browse the repository at this point in the history
  • Loading branch information
bcardarella committed Dec 16, 2024
1 parent 5d0972b commit b7555f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/live_view_native.ex
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ defmodule LiveViewNative do
component: config[:component],
module_suffix: config[:module_suffix],
template_engine: config[:template_engine],
stylesheet: config[:stylesheet],
stylesheet_rules_parser: config[:stylesheet_rules_parser],
client: config[:client]

Expand Down

0 comments on commit b7555f7

Please sign in to comment.