We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8acb2a commit f4a0ed7Copy full SHA for f4a0ed7
src/index.js
@@ -31,7 +31,7 @@ export default function css(options = {}) {
31
return {
32
code: `
33
${importNamed}
34
- export default ${imports.map((_, i) => `i${i}`).join(' + ')} + '${JSON.stringify(codeWithoutImports)}'`,
+ export default ${imports.map((_, i) => `i${i}`).join(' + ')} + ${JSON.stringify(codeWithoutImports)}`,
35
map: { mappings: '' }
36
}
37
0 commit comments