File tree Expand file tree Collapse file tree 3 files changed +16
-12
lines changed Expand file tree Collapse file tree 3 files changed +16
-12
lines changed Original file line number Diff line number Diff line change
1
+ @use " base/variables" ;
2
+
1
3
.app-header {
2
4
display : grid ;
3
5
grid-template-columns : var (--width-aside ) 1fr ;
130
132
display : flex ;
131
133
align-items : center ;
132
134
font-size : 1.5rem ;
133
- font-family : $ff-mono ;
135
+ font-family : variables . $ff-mono ;
134
136
word-break : break-word ;
135
137
}
Original file line number Diff line number Diff line change
1
+ @use " base/variables" ;
2
+
1
3
.results__row {
2
4
margin : var (--space-s ) 0 ;
3
5
padding : 0 0 var (--space-s ) 0 ;
70
72
}
71
73
72
74
.results__field__value {
73
- font-family : $ff-mono ;
75
+ font-family : variables . $ff-mono ;
74
76
padding : .5rem ;
75
77
max-height : 300px ;
76
78
overflow-y : auto ;
Original file line number Diff line number Diff line change 1
- @import ' base/variables' ;
2
- @import ' header' ;
3
- @import ' nav' ;
4
- @import ' param' ;
5
- @import ' result' ;
6
- @import ' form' ;
7
- @import ' form--select' ;
1
+ @use ' base/variables' ;
2
+ @use ' header' ;
3
+ @use ' nav' ;
4
+ @use ' param' ;
5
+ @use ' result' ;
6
+ @use ' form' ;
7
+ @use ' form--select' ;
8
8
9
9
html , body {
10
10
margin : 0 ;
11
11
padding : 0 ;
12
12
}
13
13
body {
14
14
font-size : 18px ;
15
- font-family : $ff-default ;
15
+ font-family : variables . $ff-default ;
16
16
color : var (--color-text );
17
17
}
18
18
121
121
}
122
122
123
123
.link__text--machine {
124
- font-family : $ff-mono ;
124
+ font-family : variables . $ff-mono ;
125
125
}
126
126
127
127
.link__toggle {
@@ -251,5 +251,5 @@ pre {
251
251
font-weight : 700 ;
252
252
}
253
253
.title--machine {
254
- font-family : $ff-mono ;
254
+ font-family : variables . $ff-mono ;
255
255
}
You can’t perform that action at this time.
0 commit comments