thheller / shadow-css

CSS-in-CLJ(S)
https://github.com/thheller/shadow-css
Eclipse Public License 1.0
108 stars 10 forks source link

add pointer-events #9

Closed zeitstein closed 1 year ago

zeitstein commented 1 year ago

https://tailwindcss.com/docs/pointer-events

thheller commented 1 year ago

Thanks. I'm fine with merging these since they don't hurt anything, but do remember that {:pointer-events "none"} works just fine and is IMHO the same.

zeitstein commented 1 year ago

Yes, I debated whether to open the PR or not because of this :)