@use '../context' as *;

:where(:host, :root, .theme) {
	@include spread-map-into-props($border-radius, $prefix: rounded);
	@include spread-map-into-props($border-width, $prefix: border);
}
