Yes, the css is inlined with the javascript. I updated my branch so that styles are extracted to a .css when running npm run build
and inlined only when running the watch server so that it can be “hot updated”.
Sorry about the double-slash, i also fixed that - might be merged when people have the time to take another look. Work in progress!