1
- @charset ' UTF-8' ;
1
+ @use ' base/helpers' ;
2
+
3
+ @use ' layout/mainContainer' ;
4
+ @use ' layout/bodyContainer' ;
5
+ @use ' layout/actionContainer' ;
6
+ @use ' layout/errorContainer' ;
7
+ @use ' layout/stateContainer' ;
8
+ @use ' layout/travelContainer' ;
9
+ @use ' layout/buttonsContainer' ;
10
+
11
+ @use ' components/buttons' ;
12
+ @use ' components/actionComponent' ;
13
+ @use ' components/performanceVisx' ;
14
+ @use ' components/componentMap' ;
15
+ @use ' components/ax' ;
16
+
17
+ @use ' ./components/rc-slider' ;
18
+ @use ' ./components/d3graph' ;
19
+ @use ' ./components/diff' ;
20
+
2
21
@import url (' https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap' );
3
22
4
23
* {
@@ -17,18 +36,3 @@ body {
17
36
padding : 0 ;
18
37
height : 100% ;
19
38
}
20
-
21
- @import ' base/helpers' ;
22
-
23
- @import ' layout/mainContainer' , ' layout/bodyContainer' , ' layout/actionContainer' ,
24
- ' layout/errorContainer' , ' layout/stateContainer' , ' layout/travelContainer' ,
25
- ' layout/buttonsContainer' ;
26
-
27
- @import ' components/buttons' , ' components/actionComponent' , ' components/performanceVisx' ,
28
- ' components/componentMap' , ' components/ax' ;
29
-
30
- @import ' ./components/rc-slider' ;
31
-
32
- @import ' ./components/d3graph' ;
33
-
34
- @import ' ./components/diff' ;
0 commit comments