You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not a big deal, but it'd be nice to be able to style Layout.navigation as implied by the type signature. Currently it simply ignores the styles passed in:
{-| Container for links.-}navigation:List (Stylem) ->List (Htmlm) ->Htmlmnavigation styles contents =
nav [class "mdl-navigation"] contents
I guess this is more about documentation. Trying to add styles leads to head-scratching, and, in my case, looking at elm-mdl's source; for others it might instead lead to frustration.
The text was updated successfully, but these errors were encountered:
Not a big deal, but it'd be nice to be able to style
Layout.navigation
as implied by the type signature. Currently it simply ignores the styles passed in:I guess this is more about documentation. Trying to add styles leads to head-scratching, and, in my case, looking at
elm-mdl
's source; for others it might instead lead to frustration.The text was updated successfully, but these errors were encountered: