Current section

Files

Jump to
live_ui_kit priv templates tailwind.eex
Raw

priv/templates/tailwind.eex

defmodule <%= @module_name %>Web.LiveUiKitConfig do
@behaviour LiveUiKit.Override
def theme do
<%= inspect @theme_map %>
end
end