Browse Source

feat(client): migrate svgmap import to @use

pull/6973/head
KenTandrian 3 months ago
parent
commit
5b32fa7f95
  1. 2
      apps/client/src/styles.scss

2
apps/client/src/styles.scss

@ -5,7 +5,7 @@
@use './styles/table' as t; @use './styles/table' as t;
@use './styles/variables' as v; @use './styles/variables' as v;
@import 'svgmap/style.min'; @use 'svgmap/style.min';
:root { :root {
--dark-background: rgb(25, 25, 25); --dark-background: rgb(25, 25, 25);

Loading…
Cancel
Save