When I unminify the line of AMP CSS boilerplate code, it appears there is a missing > closing out the style element.
Am I misreading this?
<noscript>
<style
amp-boilerplate > body {
-webkit-animation:none;
-moz-animation:none;
-ms-animation:none;
animation:none
}
</style>
</noscript>