Skip to content

Commit 59341b9

Browse files
committed
refactor: add css imports again
1 parent 1ce8b26 commit 59341b9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/globalStyles.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ import { GrafanaTheme2 } from '@grafana/data';
44
import 'ol/ol.css';
55
import 'ol-ext/dist/ol-ext.css';
66
import "bootstrap-icons/font/bootstrap-icons.css";
7-
// Load directly when plugin
8-
// import 'static/css/fontmaki2.css'; // Are handled in the webpack.config file and are copied anyways
9-
// import 'static/css/fontmaki.css';
7+
import 'static/css/fontmaki2.css';
8+
import 'static/css/fontmaki.css';
109

1110
/**
1211
* Will be loaded *after* the css above

0 commit comments

Comments
 (0)