Skip to content

Commit 8db2a67

Browse files
authored
delete root link
1 parent aaf5455 commit 8db2a67

1 file changed

Lines changed: 12 additions & 13 deletions

File tree

docs/syntax.md

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,18 @@ There are 3 types of PostCSS syntax packages:
1414

1515
**Table of Contents**
1616

17-
* [How to Write Custom Syntax](#how-to-write-custom-syntax)
18-
* [Syntax](#syntax)
19-
* [Parser](#parser)
20-
* [Main Theory](#main-theory)
21-
* [Performance](#performance))
22-
* [Node Source](#node-source)
23-
* [Raw Values](#raw-values)
24-
* [Tests](#tests)
25-
* [Stringifier](#stringifier)
26-
* [Main Theory](#main-theory-1)
27-
* [Builder Function](#builder-function)
28-
* [Raw Values](#raw-values-1)
29-
* [Tests](#tests-1)
17+
* [Syntax](#syntax)
18+
* [Parser](#parser)
19+
* [Main Theory](#main-theory)
20+
* [Performance](#performance))
21+
* [Node Source](#node-source)
22+
* [Raw Values](#raw-values)
23+
* [Tests](#tests)
24+
* [Stringifier](#stringifier)
25+
* [Main Theory](#main-theory-1)
26+
* [Builder Function](#builder-function)
27+
* [Raw Values](#raw-values-1)
28+
* [Tests](#tests-1)
3029

3130
## Syntax
3231

0 commit comments

Comments
 (0)