Skip to content

Commit 157c247

Browse files
committed
#16 [add] CSS comments
1 parent 9a8bc51 commit 157c247

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

translations/pt_BR/README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,9 +436,26 @@ Não especificar a unidade para valor `0`, exceto para a propriedade `rotate`.
436436
}
437437
```
438438

439-
440439
#### CSS Comments
441440

441+
Os comentários sempre estarão antes do código a que se refere.
442+
443+
```css
444+
/* Basic comment */
445+
446+
/**
447+
* Block comment
448+
*
449+
*/
450+
451+
/* ==========================================================================
452+
Section
453+
========================================================================== */
454+
455+
/* Sub-section
456+
========================================================================== */
457+
```
458+
442459
#### CSS Declaration Order
443460

444461
#### CSS Name

0 commit comments

Comments
 (0)