Skip to content

Commit

Permalink
Add deprecation warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Feldman committed Dec 5, 2017
1 parent f1360de commit ae28292
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Html/Styled/Attributes.elm
Original file line number Diff line number Diff line change
Expand Up @@ -1165,6 +1165,9 @@ See the [`Css` module documentation](http://package.elm-lang.org/packages/rtfeld
css : List Style -> Attribute msg
css styles =
let
_ =
Debug.log "Please upgrade to elm-css 13.0.0! It includes a critical bugfix for https://github.com/rtfeldman/elm-css/issues/337 which required a breaking change to fix."

classname =
Internal.getClassname styles
in
Expand Down

0 comments on commit ae28292

Please sign in to comment.