Skip to content

Commit 035c415

Browse files
committed
Add browserSync watch to build script
1 parent 973ce45 commit 035c415

4 files changed

Lines changed: 62 additions & 26 deletions

File tree

dist/biscuitman.withcss.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -296,8 +296,8 @@
296296
})(document, window, Object, document.documentElement, 'biscuitman');
297297
;
298298
((d)=>{
299-
let c=d.createElement('style');
300-
c.textContent=`.biscuitman {
299+
let css=d.createElement('style');
300+
css.textContent=`.biscuitman {
301301
--t: #444;
302302
--b: #fff;
303303
--c: #105d89;
@@ -676,5 +676,5 @@
676676
opacity: 0;
677677
}
678678
`;
679-
d.documentElement.appendChild(c)
679+
d.head.appendChild(css)
680680
})(document);

0 commit comments

Comments
 (0)