Skip to content

Commit 9e50d2a

Browse files
committed
#3 [update] list of summary
1 parent 639f27c commit 9e50d2a

File tree

1 file changed

+47
-13
lines changed

1 file changed

+47
-13
lines changed

translations/pt_BR/README.md

Lines changed: 47 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,31 @@
1010
## Sumário
1111

1212
1. [Global](#global)
13-
1.1 [Identation](#identation)
13+
* [Identation](#identation)
1414
2. [Commits](#commits)
15-
2.1 [English](#english)
16-
2.2 [Task number](#task-number)
17-
2.3 [Status](#status)
18-
2.4 [Message convention](#message-convention)
15+
* [English](#english)
16+
* [Task number](#task-number)
17+
* [Status](#status)
18+
* [Message convention](#message-convention)
1919
3. [HTML](#html)
20-
3.1 [HTML Syntax](#html-comments)
21-
3.2 [HTML Comments](#html-syntax)
22-
3.3 [HTML Character Encoding](#html-character-encoding)
23-
3.4 [HTML Attribute Order](#html-attribute-order)
24-
3.5 [HTML Performance](#html-performance)
25-
3.6 [HTML Base Code](#html-base-code)
26-
4. [CSS / SCSS](#css--scss)
27-
5. [JavaScript](#javascript)
20+
* [HTML Syntax](#html-syntax)
21+
* [HTML Comments](#html-comments)
22+
* [HTML Character Encoding](#html-character-encoding)
23+
* [HTML Attribute Order](#html-attribute-order)
24+
* [HTML Performance](#html-performance)
25+
* [HTML Base Code](#html-base-code)
26+
4. [CSS](#css)
27+
* [CSS Syntax](#css-syntax)
28+
* [CSS Comments](#css-comments)
29+
* [CSS Declaration Order](#css-declaration-order)
30+
* [CSS Class Name](#css-class-name)
31+
* [CSS Performance](#css-performance)
32+
* [CSS Media Queries](#css-media-queries)
33+
5. [Javascript](#javascript)
34+
* [Javascript Syntax](#javascript-syntax)
35+
* [Javascript Comments](#javascript-comments)
36+
* [Javascript Variables](#javascript-variables)
37+
* [Javascript Performance](#javascript-performance)
2838

2939
### Global
3040

@@ -287,6 +297,30 @@ Tags meta que mais uso.
287297
<link rel="canonical" href="Url">
288298
```
289299

300+
### CSS
301+
302+
#### CSS Syntax
303+
304+
#### CSS Comments
305+
306+
#### CSS Declaration Order
307+
308+
#### CSS Class Name
309+
310+
#### CSS Performance
311+
312+
#### CSS Media Queries
313+
314+
315+
### Javascript
316+
317+
#### Javascript Syntax
318+
319+
#### Javascript Comments
320+
321+
#### Javascript Variables
322+
323+
#### Javascript Performance
290324

291325

292326
## Contribuindo

0 commit comments

Comments
 (0)