Skip to content

Commit

Permalink
add instructions for converting hex to rgb (required for elm-ui) #145
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed Dec 11, 2019
1 parent aef3a97 commit fd978f4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tutorials/elm-ui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,11 @@ myElement =
```

In your terminal run:

```
elm reactor
```

Open the following page in your web browser:
http://localhost:8000/src/Main.elm

Expand Down Expand Up @@ -148,6 +150,14 @@ when they are [_categorising_](https://github.com/dwyl/app/issues/235)

![color-picker-dwyl-teal](https://user-images.githubusercontent.com/194400/70664979-72b49a00-1c63-11ea-80f4-fc533948f60f.png)

In the short-term if we have a _hex_ value e.g: `#4bc0a9`
that we need to convert to RGB,
~~simply use a free online tool:
https://www.rapidtables.com/convert/color/hex-to-rgb.html~~
pasting the _hex_ into google returns the RGB conversion.
e.g: https://www.google.com/search?q=%234bc0a9



### Debugging Layout with `Element.explain Debug.todo`

Expand Down

0 comments on commit fd978f4

Please sign in to comment.