|  | 
| 1 | 1 | @use '../shared/styles/theme'; | 
|  | 2 | +@use '../shared/styles/utils'; | 
| 2 | 3 | @import '../shared/base'; | 
| 3 | 4 | @import '../shared/buttons'; | 
| 4 | 5 | @import '../shared/icons'; | 
| 5 |  | -@import '../shared/utils'; | 
| 6 | 6 | 
 | 
| 7 | 7 | body { | 
| 8 | 8 | 	font-family: var(--vscode-font-family); | 
| 9 | 9 | 	font-weight: var(--vscode-font-weight); | 
| 10 | 10 | 	font-size: var(--vscode-font-size) !important; | 
| 11 | 11 | 	line-height: 1.4; | 
| 12 | 12 | 
 | 
| 13 |  | -	@include light-theme($selectorPrefix: "&") { | 
|  | 13 | +	@include utils.light-theme($selectorPrefix: '&') { | 
| 14 | 14 | 		background-color: var(--color-background--darken-05); | 
| 15 | 15 | 	} | 
| 16 | 16 | } | 
| @@ -78,7 +78,7 @@ a.secondary { | 
| 78 | 78 | 		color: var(--color-foreground--85); | 
| 79 | 79 | 	} | 
| 80 | 80 | 
 | 
| 81 |  | -	@include light-theme($selectorPostfix: " &") { | 
|  | 81 | +	@include utils.light-theme($selectorPostfix: ' &') { | 
| 82 | 82 | 		color: var(--color-foreground--75); | 
| 83 | 83 | 	} | 
| 84 | 84 | } | 
| @@ -121,11 +121,11 @@ a.secondary { | 
| 121 | 121 | 	grid-area: content; | 
| 122 | 122 | 	font-size: 1.4rem; | 
| 123 | 123 | 
 | 
| 124 |  | -	@include dark-theme($selectorPostfix: " &") { | 
|  | 124 | +	@include utils.dark-theme($selectorPostfix: ' &') { | 
| 125 | 125 | 		background-color: var(--color-background--lighten-05); | 
| 126 | 126 | 	} | 
| 127 | 127 | 
 | 
| 128 |  | -	@include light-theme($selectorPostfix: " &") { | 
|  | 128 | +	@include utils.light-theme($selectorPostfix: ' &') { | 
| 129 | 129 | 		background-color: var(--color-background); | 
| 130 | 130 | 	} | 
| 131 | 131 | 
 | 
| @@ -198,7 +198,7 @@ a.secondary { | 
| 198 | 198 | 	z-index: 1; | 
| 199 | 199 | 	grid-column: span 1; | 
| 200 | 200 | 
 | 
| 201 |  | -	@include light-theme($selectorPostfix: " &") { | 
|  | 201 | +	@include utils.light-theme($selectorPostfix: ' &') { | 
| 202 | 202 | 		background: var(--color-background--darken-05); | 
| 203 | 203 | 	} | 
| 204 | 204 | } | 
| @@ -336,17 +336,17 @@ section { | 
| 336 | 336 | 	margin: 1em; | 
| 337 | 337 | 	padding: 1em; | 
| 338 | 338 | 
 | 
| 339 |  | -	@include dark-theme($selectorPostfix: " &") { | 
|  | 339 | +	@include utils.dark-theme($selectorPostfix: ' &') { | 
| 340 | 340 | 		background: var(--color-background--lighten-075); | 
| 341 | 341 | 	} | 
| 342 | 342 | 
 | 
| 343 |  | -	@include light-theme($selectorPostfix: " &") { | 
|  | 343 | +	@include utils.light-theme($selectorPostfix: ' &') { | 
| 344 | 344 | 		background: var(--color-background--darken-05); | 
| 345 | 345 | 	} | 
| 346 | 346 | } | 
| 347 | 347 | 
 | 
| 348 | 348 | .section--collapsible { | 
| 349 |  | -	@include light-theme($selectorPostfix: " &") { | 
|  | 349 | +	@include utils.light-theme($selectorPostfix: ' &') { | 
| 350 | 350 | 		background: var(--color-background); | 
| 351 | 351 | 	} | 
| 352 | 352 | 
 | 
| @@ -872,7 +872,7 @@ section { | 
| 872 | 872 | 			height: 1em; | 
| 873 | 873 | 			padding-bottom: 4px; | 
| 874 | 874 | 
 | 
| 875 |  | -			@include light-theme($selectorPostfix: " &") { | 
|  | 875 | +			@include utils.light-theme($selectorPostfix: ' &') { | 
| 876 | 876 | 				border-left-color: var(--color-link-foreground--lighten-20); | 
| 877 | 877 | 			} | 
| 878 | 878 | 		} | 
|  | 
0 commit comments