Is it possible to use brr to toggle css pointer-events to none/auto?

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.

2 Likes