forked from hiway/freedive
Fix warnings about bulma attributes
This commit is contained in:
parent
f1de9a05bb
commit
6669187f25
1 changed files with 2 additions and 1 deletions
|
@ -52,7 +52,8 @@ defmodule FreediveWeb do
|
||||||
def live_view do
|
def live_view do
|
||||||
quote do
|
quote do
|
||||||
use Phoenix.LiveView,
|
use Phoenix.LiveView,
|
||||||
layout: {FreediveWeb.Layouts, :app}
|
layout: {FreediveWeb.Layouts, :app},
|
||||||
|
global_prefixes: ["is-", "has-", "flex-", "justify-", "align-"]
|
||||||
|
|
||||||
unquote(html_helpers())
|
unquote(html_helpers())
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue