Current section
Files
Jump to
Current section
Files
priv/templates/tailwind.eex
defmodule <%= @module_name %>Web.LiveUiKitConfig do
@behaviour LiveUiKit.Override
def theme do
<%= inspect @theme_map %>
end
end