We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d09058 commit 1ce8b26Copy full SHA for 1ce8b26
src/globalStyles.ts
@@ -5,8 +5,8 @@ import 'ol/ol.css';
5
import 'ol-ext/dist/ol-ext.css';
6
import "bootstrap-icons/font/bootstrap-icons.css";
7
// Load directly when plugin
8
-import 'static/css/fontmaki2.css';
9
-import 'static/css/fontmaki.css';
+// import 'static/css/fontmaki2.css'; // Are handled in the webpack.config file and are copied anyways
+// import 'static/css/fontmaki.css';
10
11
/**
12
* Will be loaded *after* the css above
0 commit comments