From b6d81004b6f9fb85ecfd410c7d5b2d04e8d27c0a Mon Sep 17 00:00:00 2001 From: Jakub Hampl Date: Tue, 11 Sep 2018 15:34:18 +0100 Subject: Add mention of style generator --- README.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'README.md') 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 -- cgit v1.2.3