Skip to content

Commit

Permalink
Tailwind Compiler - allow template with multiple lines
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrocp committed Jan 8, 2024
1 parent 28904e8 commit 1c2cc0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/beacon/tailwind_compiler.ex
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ defmodule Beacon.TailwindCompiler do
content = [
?{,
" raw: ",
?',
?`,
template,
?',
?`,
", extension: ",
?',
"html",
Expand Down

0 comments on commit 1c2cc0d

Please sign in to comment.