react-special-cursor
react-special-cursor copied to clipboard
problem using css Module with sass in next.js - can't use hoverClasses with className={styles.error}.
The problem now is from using css Module with sass in next.js, so I can't use hoverClasses with className={styles.error}. https://nextjs.org/docs/basic-features/built-in-css-support
<Cursor
hoverClasses={[
{ classNameOfTargetElement: "head", classNameOfStyle: "head-hover" },
...
Originally posted by @devmrobot in https://github.com/amirho1/react-special-cursor/issues/2#issuecomment-1214406912
please provide more info like the whole file