From 17c5065d95b65ecc6d68779b052cb62776396e95 Mon Sep 17 00:00:00 2001 From: dfalling Date: Mon, 12 Aug 2019 17:22:04 -0400 Subject: [PATCH] Update docs with correct CSS embed link (#858) --- docs/get-started/get-started.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/get-started/get-started.md b/docs/get-started/get-started.md index aa486e9c..5bba0faf 100644 --- a/docs/get-started/get-started.md +++ b/docs/get-started/get-started.md @@ -45,9 +45,11 @@ The current mapbox-gl release requires its stylesheet be included at all times. You may add the stylesheet to the head of your page: ```html - + ``` +Find out your mapbox version by running yarn list mapbox-gl or npm ls mapbox-gl. + Or embed it in your app by using - [browserify-css](https://www.npmjs.com/package/browserify-css) with Browserify or - [css-loader](https://webpack.github.io/docs/stylesheets.html) with Webpack: ```js