royale-compiler
royale-compiler copied to clipboard
CSS Parsing Error on nth-child
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.