Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down