diff --git a/app/map_styles/polygon.xml b/app/map_styles/polygon.xml index 659fc4da..5a9d1b50 100644 --- a/app/map_styles/polygon.xml +++ b/app/map_styles/polygon.xml @@ -35,6 +35,12 @@ + ${ + assets.client.css + ? `` + : '' + } + ${ + process.env.NODE_ENV === 'production' + ? `` + : `` + } + +
+