Current section

Files

Jump to
live_view_native_stylesheet lib live_view_native stylesheet utils.ex
Raw

lib/live_view_native/stylesheet/utils.ex

defmodule LiveViewNative.Stylesheet.Utils do
@moduledoc false
def eval_quoted(expr) when is_binary(expr), do: expr
def eval_quoted({:<<>>, _, [expr]}), do: expr
end