Skip to content

Commit

Permalink
tunning wordings
Browse files Browse the repository at this point in the history
  • Loading branch information
dsheiko committed Jul 8, 2016
1 parent 528fd42 commit 189d7a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Expand Up @@ -330,7 +330,7 @@ Long selectors besides harmful affect on selector performance mean that style ru
location in the DOM. Independent selectors allow us to move components around our markup more freely.


## What''s wrong with BEM
## What's wrong with BEM?
`BEM` introduces an excellent class naming convention. However they suggest to use Modifier both as component extension
and as component state. Consider the following example:

Expand All @@ -347,7 +347,7 @@ Subclass represents a component.
`is-hidden` sets `primary` button in a particular state. State is
usually set on component dynamically (e.g. by JavaScript).

By distinguishing states and subclasses `PCSS` encourages for better code maintainability
By distinguishing states and subclasses `PCSS` encourages for better code maintainability

## Further Reading

Expand Down

0 comments on commit 189d7a5

Please sign in to comment.