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,10 +8,10 @@ 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
@ -20,5 +20,3 @@ html
sup α
.progress
.bar(style='width: 0%')