From: Moritz Pfeiffer Date: Tue, 28 Feb 2017 08:29:26 +0000 (+0100) Subject: Added a gentle reminder to include no-js class to html element. It is easy to overlo... X-Git-Tag: v6.4.0-rc1~84^2~4^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d22a619e7b6d0e129da302603c7a2c98bf5c92a8;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Added a gentle reminder to include no-js class to html element. It is easy to overlook otherwise. --- 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