Fix warnings about bulma attributes

This commit is contained in:
Harshad Sharma 2024-05-13 15:55:04 +05:30
parent f1de9a05bb
commit 6669187f25

View file

@ -52,7 +52,8 @@ defmodule FreediveWeb do
def live_view do
quote do
use Phoenix.LiveView,
layout: {FreediveWeb.Layouts, :app}
layout: {FreediveWeb.Layouts, :app},
global_prefixes: ["is-", "has-", "flex-", "justify-", "align-"]
unquote(html_helpers())
end