I am trying to use bulma in phoenix by importing it to app.css but no bulma is loaded. what is the proper way to call bulma in a phoenix app? I don’t want to compile it, just call it via https
app.css:
@import "https://cdn.jsdelivr.net/npm/bulma@1.0.0/css/bulma.min.css";
can’t you include it in your html root layout?
tried
<link href="https://cdn.jsdelivr.net/npm/bulma@1.0.0/css/bulma.min.css"/>
in root.html.heex but no succes
ok, I think I solved the problem. bulma is called but my element (button,danger) is overriden by phoenix css