aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJakub Hampl <kopomir@gmail.com>2018-09-11 15:34:18 +0100
committerJakub Hampl <kopomir@gmail.com>2018-09-11 15:34:18 +0100
commitb6d81004b6f9fb85ecfd410c7d5b2d04e8d27c0a (patch)
tree08f6ef6dcabd55a56c87e77526979d66e189468b /README.md
parent5feb7e945da8fb7df5db52c7d6f02bd39dfd2ce6 (diff)
Add mention of style generator
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index d468a1c..4c823fb 100644
--- a/README.md
+++ b/README.md
@@ -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