From f8b8878e9bc8e20e8823ef1b7de7e75ae0d10539 Mon Sep 17 00:00:00 2001 From: SouvickMazumdar <69057478+SouvickMazumdar@users.noreply.github.com> Date: Fri, 2 Oct 2020 11:21:23 +0530 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dd8930f..212c720 100644 --- a/README.md +++ b/README.md @@ -107,6 +107,7 @@ Class names must follow a few rules. - Name things consistently - Meaningful description of the elements that should use it - Keep your non-prefix word count below 4 +- Dot operator(.) should be used before class name ##### Good @@ -547,7 +548,7 @@ Some rules apply to stylesheet, regardless of language. These rules apply to every language except Stylus. -- Always end property declarations with a semicolon +- Always end property declarations with a semicolon `;` - Put a single space after `:` in property declarations - Put spaces before `{` in rule declarations