Vincent Schoettke

Results 2 issues of Vincent Schoettke

Hi @Mistereo, 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...

Jsonlint does not parse strings with unicode escape characters correctly. Instead of parsing the unicode `\uXXXX` it's escaping it, so the resulting string is wrong. e.g.: parsing `'{\n"name": "\\u30d0\\u30b0"\n}\n'` results...