royale-compiler icon indicating copy to clipboard operation
royale-compiler copied to clipboard

CSS Parsing Error on nth-child

Open Harbs opened this issue 8 years ago • 0 comments

The following valid HTML CSS fails to compile:

	@namespace "http://www.w3.org/1999/xhtml";
	.DataItemRenderer:nth-child(even){
		background-color: #f7f7f7;
	}

The only way I've found to include this CSS is in an externally linked CSS file.

Harbs avatar Oct 30 '17 09:10 Harbs