Skip to content

Commit f4a0ed7

Browse files
committed
fix: integrate feedback
1 parent a8acb2a commit f4a0ed7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export default function css(options = {}) {
3131
return {
3232
code: `
3333
${importNamed}
34-
export default ${imports.map((_, i) => `i${i}`).join(' + ')} + '${JSON.stringify(codeWithoutImports)}'`,
34+
export default ${imports.map((_, i) => `i${i}`).join(' + ')} + ${JSON.stringify(codeWithoutImports)}`,
3535
map: { mappings: '' }
3636
}
3737
}

0 commit comments

Comments
 (0)