Skip to content

Commit

Permalink
Remove commented loc
Browse files Browse the repository at this point in the history
  • Loading branch information
bcardarella committed Oct 3, 2024
1 parent 74cd2d9 commit 29b875c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/live_view_native/stylesheet.ex
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ defmodule LiveViewNative.Stylesheet do
style_list
|> List.flatten()
|> Enum.into(%{}, fn({style, path}) ->
# {:safe, encoded_style} = Phoenix.HTML.html_escape(style)
style_ast = LiveViewNative.Stylesheet.RulesParser.parse(style, @format, file: path)
{style, List.wrap(style_ast)}
end)
Expand Down

0 comments on commit 29b875c

Please sign in to comment.