From caab1688943a1a8aaea6904947cd5d76d78526c0 Mon Sep 17 00:00:00 2001 From: Colby Rogness Date: Sun, 9 Jul 2017 05:00:30 -0400 Subject: [PATCH] docs(quick-start): add warning to place CSS before JS to quick start example (#5610) (#5614) --- docs/examples/quick-start/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/examples/quick-start/index.md b/docs/examples/quick-start/index.md index b7e18404..5fbb9fe3 100644 --- a/docs/examples/quick-start/index.md +++ b/docs/examples/quick-start/index.md @@ -19,8 +19,9 @@ Before writing any code for the map, you need to do the following preparation st integrity="{{site.integrity_hash_css}}" crossorigin=""/> - * Include Leaflet JavaScript file: + * Include Leaflet JavaScript file **after** Leaflet's CSS: +