DEV Community

Discussion on: Project 3:CSS Variables

Collapse
 
prachigarg19 profile image
prachigarg19

Update: codepen is not running on mobile devices, I'll try to fix it but in the meanwhile I'd recommend using laptop/computers (basically something that is operated using mouse) to try the final result.

Collapse
 
prachigarg19 profile image
prachigarg19

I've fixed this problem.
Solution: Instead of using mousemove event ,I've used pointermove event to make it compatible with both touch devices+ mouse operated devices.