@use '../context' as *;

:where(:host, :root, .theme) {
	@include spread-map-into-props($background-image, $prefix: bg);
	@include spread-map-into-props($gradient, $prefix: gradient);
}
