Packages
Stylesheet primitives for LiveView Native clients
Retired package: Release invalid - skip
Current section
Files
Jump to
Current section
Files
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