Merge pull request #5009 from overleaf/jpa-fix-no-js-style

[web] fix css import for no-js pages

GitOrigin-RevId: a7bf516319b2a3c7b908468eedad28dbe80a53b3
This commit is contained in:
Jakob Ackermann
2021-09-08 14:14:32 +02:00
committed by Copybot
parent 5fcf7d57cf
commit 902013693e

View File

@@ -12,8 +12,7 @@ html(lang="en")
link(rel="icon", href="/favicon.ico")
if entrypointStyles
each file in entrypointStyles('main')
link(rel='stylesheet', href=file)
if buildCssPath
link(rel="stylesheet", href=buildCssPath())
block body