Skip to content

Commit 93b3560

Browse files
author
Sandro Miguel Marques
authored
Update README.md
1 parent 0ea82db commit 93b3560

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Incentivamos algumas combinações de OOCSS e BEM por estas razões:
135135
* [BEM 101](https://css-tricks.com/bem-101/) de CSS Trick
136136
* [Introduction to BEM](http://csswizardry.com/2013/01/mindbemding-getting-your-head-round-bem-syntax/) de Harry Roberts
137137

138-
Nós recomendamos um variante do BEM com “blocos” no formato *PascalCase*, que funciona particularmente bem quando o combinado com componentes (ex.: React). *Underscores* e *traços* continuam a ser utilizados para modificadores e filhos.
138+
Recomendamos uma variante do BEM com os “blocos” no formato *PascalCase*, que funciona particularmente bem quando combinado com componentes (ex.: React). *Underscores* e *traços* continuam a ser utilizados para modificadores e filhos.
139139

140140

141141
**Exemplo**
@@ -165,9 +165,9 @@ function ListingCard() {
165165
.ListingCard__content { }
166166
```
167167

168-
* `.ListingCard` is the “block” and represents the higher-level component
169-
* `.ListingCard__title` is an “element” and represents a descendant of `.ListingCard` that helps compose the block as a whole.
170-
* `.ListingCard--featured` is a “modifier” and represents a different state or variation on the `.ListingCard` block.
168+
* `.ListingCard` é o “bloco” e representa o componente de nível mais alto.
169+
* `.ListingCard__title` é um “elemento” e representa o descendente de `.ListingCard` que ajuda a compor o bloco como um todo.
170+
* `.ListingCard--featured` é o “modificador” e representa um estado diferente ou variação no bloco `.ListingCard`.
171171

172172
### Seletores ID
173173

0 commit comments

Comments
 (0)