1
0
Fork 0
mirror of https://github.com/overleaf/overleaf.git synced 2025-04-14 07:44:30 +00:00

Merge pull request 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 827768be92
commit 7e06ca22f3

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