docs(quick-start): add warning to place CSS before JS to quick start example (#5610) (#5614)

This commit is contained in:
Colby Rogness 2017-07-09 05:00:30 -04:00 committed by Per Liedman
parent 900e4a740d
commit caab168894

View File

@ -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:
<!-- Make sure you put this AFTER Leaflet's CSS -->
<script src="https://unpkg.com/leaflet@{{ site.latest_leaflet_version}}/dist/leaflet.js"
integrity="{{site.integrity_hash_uglified}}"
crossorigin=""></script>