added no-js class to html-body to be able to prodive tailored css
This commit is contained in:
parent
05a0f6b0bf
commit
617010c9ec
@ -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}
|
^{pageBody pc}
|
||||||
|
|
||||||
$maybe analytics <- appAnalytics $ appSettings master
|
$maybe analytics <- appAnalytics $ appSettings master
|
||||||
|
|||||||
Reference in New Issue
Block a user