Skip to content

Commit

Permalink
remove links on incomplete articles, add new parse contexts
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed Mar 13, 2017
1 parent 3feb509 commit 735e01d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
6 changes: 0 additions & 6 deletions README.md
Expand Up @@ -19,12 +19,6 @@
- [Translate AST to string](docs/translate.md)
- [AST traversal](docs/traversal.md)
- [Utils to work with AST](docs/utils.md)
- [Working with syntax](docs/syntax.md)
- API references:
- [Tokenizer](docs/Tokenizer.md)
- [Parser](docs/Parser.md)
- [Lexer](docs/Lexer.md)
- [List](docs/List.md)

Docs and tools:

Expand Down
2 changes: 2 additions & 0 deletions docs/parsing.md
Expand Up @@ -48,6 +48,8 @@ Contexts:
- `stylesheet` (default) – regular stylesheet, should be suitable in most cases
- `atrule` – at-rule (e.g. `@media screen, print { ... }`)
- `atruleExpression` – at-rule expression (`screen, print` for example above)
- `mediaQueryList` – used to parse comma separated media query list
- `mediaQuery` – used to parse media query
- `rule` – rule (e.g. `.foo, .bar:hover { color: red; border: 1px solid black; }`)
- `selectorList` – selector group (`.foo, .bar:hover` for rule example)
- `selector` – selector (`.foo` or `.bar:hover` for rule example)
Expand Down
1 change: 0 additions & 1 deletion docs/readme.md
Expand Up @@ -12,6 +12,5 @@
## Classes

- [Tokenizer](Tokenizer.md)
- [Parser](Parser.md)
- [Lexer](Lexer.md)
- [List](List.md)

0 comments on commit 735e01d

Please sign in to comment.