diff options
author | Jakub Hampl <kopomir@gmail.com> | 2018-09-11 15:34:18 +0100 |
---|---|---|
committer | Jakub Hampl <kopomir@gmail.com> | 2018-09-11 15:34:18 +0100 |
commit | b6d81004b6f9fb85ecfd410c7d5b2d04e8d27c0a (patch) | |
tree | 08f6ef6dcabd55a56c87e77526979d66e189468b | |
parent | 5feb7e945da8fb7df5db52c7d6f02bd39dfd2ce6 (diff) |
Add mention of style generator
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |