Style.prop is just an alias for Jstr.t:
type prop = Jstr.t
So you can pass in any Jstr.t you want, not just the values in the Style module.
Style.prop is just an alias for Jstr.t:
type prop = Jstr.t
So you can pass in any Jstr.t you want, not just the values in the Style module.