diff --git a/README.md b/README.md index 976d1bd..42225ad 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,7 @@ To use this plugin in the code of a project (based on e.g. React or Angular) fol ``` import L from 'leaflet'; import 'leaflet.fullscreen'; +import 'leaflet.fullscreen/Control.FullScreen.css'; const let map = new L.Map('map', { fullscreenControl: true,