aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/css.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/css.js')
-rw-r--r--src/ui/css.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/css.js b/src/ui/css.js
index e793c4f..9089f1e 100644
--- a/src/ui/css.js
+++ b/src/ui/css.js
@@ -1,4 +1,4 @@
-export default ([ code] ) => {
+export default ([ code ]) => {
const style = document.createElement('style');
document.head.appendChild(style);
style.appendChild(document.createTextNode(''));