Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,9 @@ The `Element` module contains all the components that go in your view.

The `Style` module is the base for creating your stylesheet.

### Upgrading to Elm 0.19

`Color.Color` is replaced by `Style.Color`, and `Color.rgba` is replaced by `Style.rgba`. The new `Style.rgba` function expects to receive values between 0 and 1 to specify the color, whereas the old function expected values between 0 and 255, so if all your colors are white, this is probably why.