You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -135,7 +135,7 @@ Incentivamos algumas combinações de OOCSS e BEM por estas razões:
135
135
*[BEM 101](https://css-tricks.com/bem-101/) de CSS Trick
136
136
*[Introduction to BEM](http://csswizardry.com/2013/01/mindbemding-getting-your-head-round-bem-syntax/) de Harry Roberts
137
137
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.
139
139
140
140
141
141
**Exemplo**
@@ -165,9 +165,9 @@ function ListingCard() {
165
165
.ListingCard__content { }
166
166
```
167
167
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`.
0 commit comments