diff --git a/lib/live_view_native.ex b/lib/live_view_native.ex index a67668a..cbffb9e 100644 --- a/lib/live_view_native.ex +++ b/lib/live_view_native.ex @@ -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]