Add test for JavaScript to help style elements progressively
This commit is contained in:
parent
5c79a09f08
commit
3173c0dc1d
1 changed files with 4 additions and 0 deletions
|
@ -9,6 +9,10 @@
|
|||
<meta name="MobileOptimized" content="320">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<script>
|
||||
document.documentElement.className = document.documentElement.className.replace(/\bno-js\b/g, '') + ' js ';
|
||||
</script>
|
||||
|
||||
<!-- For all browsers -->
|
||||
<link rel="stylesheet" href="{{ base_path }}/assets/css/main.css">
|
||||
|
||||
|
|
Loading…
Reference in a new issue