`url` value for `cursor` property
Open
bug
- Dominant language
- JavaScript
- Stars
- 10.3k
- Forks
- 481
- Avg merge
- 3d 8h
- Merged PRs (30d)
- 13
Description
### Describe the issue
`cursor` property does not allow `url(...), ...` value.
https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Properties/cursor
### Expected behavior
Should allow `url(...), ...` value.
### Steps to reproduce
@stylexjs/stylex@0.17.4
### Test case
_No response_
### Additional comments
Solution: Add the type `string` to the type values.
Contributor guide
Assessment
This issue has not been assessed yet.