mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-11-24 08:53:33 +03:00
Adds usual custom warning around elm-css
This commit is contained in:
parent
f805f7fedf
commit
d12cb923be
@ -77,7 +77,13 @@ fullHeight =
|
||||
Attribute <| \config -> { config | fullHeight = True }
|
||||
|
||||
|
||||
{-| -}
|
||||
{-| Use this helper to add custom attributes.
|
||||
|
||||
Do NOT use this helper to add css styles, as they may not be applied the way
|
||||
you want/expect if underlying styles change.
|
||||
Instead, please use the `css` helper.
|
||||
|
||||
-}
|
||||
custom : List (Html.Attribute msg) -> Attribute msg
|
||||
custom attributes =
|
||||
Attribute <|
|
||||
|
Loading…
Reference in New Issue
Block a user