]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Added a gentle reminder to include no-js class to html element. It is easy to overlo...
authorMoritz Pfeiffer <moritz.pfeiffer@alp-phone.ch>
Tue, 28 Feb 2017 08:29:26 +0000 (09:29 +0100)
committerMoritz Pfeiffer <moritz.pfeiffer@alp-phone.ch>
Tue, 28 Feb 2017 08:29:26 +0000 (09:29 +0100)
docs/pages/installation.md

index 684f50e6214604c3b8fac15cf9c54281a108a1cc..842f3162cdc0f7408cb29c60f2fd2eaa605bdc72 100644 (file)
@@ -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
 <!doctype html>