MichaelCombs28 / elm-css-bulma / Bulma.Styled.CDN

stylesheet : Html.Styled.Html msg

Include Bulma 0.7.0 in your Elm project.

import Bulma.CDN exposing (stylesheet)

view : Model -> Html msg
view model =
    div []
        [ stylesheet
        , text "wow!"
        ]