<style>
	div :global(h1, .abc\)) {
		color: red;
	}
</style>

<div>
	<h1>hello world</h1>
</div>