Skip to content

Commit

Permalink
export css
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrsh committed Jul 18, 2018
1 parent e293cf1 commit bca5892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/moon-mvl/lib/css.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const css = (code) => {
module.exports = (code) => {
const head = document.querySelector("head");
const style = document.createElement("style");
style.appendChild(document.createTextNode(code));
Expand Down

0 comments on commit bca5892

Please sign in to comment.