Skip to content

Commit

Permalink
Add mention of style generator
Browse files Browse the repository at this point in the history
  • Loading branch information
gampleman committed Sep 11, 2018
1 parent 5feb7e9 commit b6d8100
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,10 @@ view model =
, div [ style [ ( "position", "absolute" ), ( "bottom", "20px" ), ( "left", "20px" ) ] ] [ text (toString model.position) ]
]
```
### [Generating the Elm Style Code](https://code.gampleman.eu/elm-mapbox/style-generator/)

There is a very rough version of a [tool that can help generate styles](https://code.gampleman.eu/elm-mapbox/style-generator/) for this library. It is very alpha at the moment, so please be tolerant with its failures.


### Support

Expand Down

0 comments on commit b6d8100

Please sign in to comment.