apply custom css as the last style tag (fixes #2237)

This commit is contained in:
Eugene Pankov 2020-03-11 14:30:01 +01:00
parent 2773c61677
commit 2e8b465b3f

View file

@ -8,17 +8,15 @@ html
window.nodeRequire = require
script(src='./preload.js')
script(src='./bundle.js', defer)
style#custom-css
style.
body { transition: 0.5s background; }
body
style#custom-css
app-root
.preload-logo
div
.terminus-logo
h1.terminus-title Terminus
sup α
sup α
.progress
.bar(style='width: 0%')