We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
I love this package, but I can't use scoped class names. Is there a way around this?
For example when I use this:
<div className={\${styles.area} ${styles.gridSpan1}`}>`
<div className={\
it displays this:
<div className={undefined undefined}>
<div className={
}>