From 847e7f1549e4e60ebd47410b675620ec4b955ba8 Mon Sep 17 00:00:00 2001 From: Moritz Pfeiffer Date: Tue, 28 Feb 2017 09:37:16 +0100 Subject: [PATCH] Added dot . to class name --- 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 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 -- 2.47.2