From 27a263fa282e1f5dd6ca830498873e7414d334d5 Mon Sep 17 00:00:00 2001 From: Naresh6376 <72143828+Naresh6376@users.noreply.github.com> Date: Fri, 2 Oct 2020 09:10:03 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index dd8930f..c3eef7e 100644 --- a/README.md +++ b/README.md @@ -258,6 +258,8 @@ If a component needs to be different within another component, these rules apply Suppose you have a User List component `.ul-*` and a User Card component `.uc-*`. +Code begins from here:- + ##### Good ```html @@ -344,6 +346,8 @@ Where possible, it's suggested to explicitly split styles into these two categor - _(better)_ Split in subsequent style declarations using the same selector - _(best)_ Declaring the rules in different files altogether +Code begins from here:- + ##### Good ```css