k14lb3

Results 3 issues of k14lb3

Was trying to make my nvim-cmp completion popup to be transparent. ![290639271_1229255034577104_6632423815865867155_n](https://user-images.githubusercontent.com/76220140/176471360-d51b6e60-f771-416f-85f8-a65272314ebd.png) ![287327707_574359170879498_7539437803562046880_n](https://user-images.githubusercontent.com/76220140/176471345-c5b1f9ca-06d4-473d-a8af-72a63bf25e38.png)

**The problem** This works ... ```tsx const blink = stylex.keyframes({ '0%': { opacity: 0, }, }); export const animations = stylex.defineVars({ blink, }); ``` but this does not (causes `Only...

bug
good first issue

**The problem** Not omitting the `return` keyword when creating dynamic styles causes a `Styles must be represented as JavaScript objects, not ArrowFunctionExpression` error. | Synxtax | Type | | -...