Skip to content

Commit a8acb2a

Browse files
sgratzlthgh
andauthored
Update src/index.js
Co-authored-by: Thomas Ghysels <[email protected]>
1 parent 3129329 commit a8acb2a

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
@@ -23,7 +23,7 @@ export default function css(options = {}) {
2323
if (options.output === false) {
2424
if (imports.length === 0) {
2525
return {
26-
code: `export default ['${JSON.stringify(code)}'`,
26+
code: `export default ${JSON.stringify(code)}`,
2727
map: { mappings: '' }
2828
}
2929
}

0 commit comments

Comments
 (0)