`url` value for `cursor` property
Author: supagettoCreated Jan 25, 2026Updated Sep 10, 2026
Labelsbug
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/[email protected]
Test case
No response
Additional comments
Solution: Add the type string to the type values.
Source: facebook/stylex