You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when using the built-in css-modules from next.js together with next-linaria the css-modules classnames are stripped away from the final html. (e.g. import styles from "../styles/some.module.css and then use it like className={styles.someClassname}) This was working ok with version 0.10.
Affected Version: 0.11 and 1.0.1-beta
I tracked the problem down to the rules that were added in 0.11 specifically rule.options.modules.exportOnlyLocals = false
seems to be the problem.