I have TODO Highlight v2 configured for highlight TODO and FIXME in php files. This works well in php files, but in the output panel everything is uncolored.
![Untitled](https://github.com/user-attac…
Only the first property defined in a keyframe are used.
```ts
const fadeInAndRotate = stylex.keyframes({
'0%': { opacity: 0, transform: 'rotateX(-90deg)' },
'60%': { opacity: 1, transform: '…