added no-js class to html-body to be able to prodive tailored css

This commit is contained in:
Felix Hamann 2018-03-27 00:49:48 +02:00
parent 05a0f6b0bf
commit 617010c9ec

View File

@ -38,7 +38,12 @@ $newline never
\ });
}
<body>
<body .no-js>
<!-- removes no-js class from body if client supports javascript -->
<script>
document.body.classList.remove('no-js');
^{pageBody pc}
$maybe analytics <- appAnalytics $ appSettings master