From: Moritz Pfeiffer Date: Tue, 28 Feb 2017 08:37:16 +0000 (+0100) Subject: Added dot . to class name X-Git-Tag: v6.4.0-rc1~84^2~4^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F9819%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Added dot . to class name --- diff --git a/docs/pages/installation.md b/docs/pages/installation.md index 842f3162c..975b9d88c 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. 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. +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