From d22a619e7b6d0e129da302603c7a2c98bf5c92a8 Mon Sep 17 00:00:00 2001 From: Moritz Pfeiffer Date: Tue, 28 Feb 2017 09:29:26 +0100 Subject: [PATCH] Added a gentle reminder to include no-js class to html element. It is easy to overlook otherwise. --- docs/pages/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/installation.md b/docs/pages/installation.md index 684f50e62..842f3162c 100644 --- a/docs/pages/installation.md +++ b/docs/pages/installation.md @@ -86,7 +86,7 @@ If you aren't into Sass, we have a starter template with compiled CSS and JavaSc --- ## HTML Starter Template -Start with this HTML template and adapt it to your needs. +Start with this HTML template and adapt it to your needs. Be sure to include the `no-js` class on the `html` tag of your template. Adding this class prevents [flash of unstyled content](https://en.wikipedia.org/wiki/Flash_of_unstyled_content) for a number of foundation components. ```html -- 2.47.3