Skip to content

Commit

Permalink
Fix confusing for markdown | in grid cell of readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrii Kirmas committed Mar 11, 2021
1 parent dc57ad5 commit 7929976
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,13 +234,13 @@ Table of output logic:
| Returned `className` | Query argument |
| --------------------------------- | ------------------------------------------------------------ |
| `""` | `{block: false}`<br />`{block: {el: false}}` |
| | |
| `"block"` | `{block: true}`<br />`{block: {$: boolean | {} | {[mod]: false} }}` |
| `"block__el"` | `{block: {el: true | {} | {[mod]: false} }}` |
| | |
| `"block block--mod"` | `{block: "mod"}`<br/>`{block: {$: "mod" | {mod: true} }}` |
| `"block__el block__el--mod"` | `{block: {el: "mod" | {mod: true} }}` |
| | |
| <hr> | <hr> |
| `"block"` | `{block: true}`<br />`{block: {$: boolean \| {} \| {[mod]: false} }}` |
| `"block__el"` | `{block: {el: true \| {} \| {[mod]: false} }}` |
| <hr> | <hr> |
| `"block block--mod"` | `{block: "mod"}`<br/>`{block: {$: "mod" \| {mod: true} }}` |
| `"block__el block__el--mod"` | `{block: {el: "mod" \| {mod: true} }}` |
| <hr> | <hr> |
| `"block block--mod--val"` | `{block: {$: {mod: "val"}}}` |
| `"block__el block__el--mod--val"` | `{block: {el: {mod: "val"}}}` |
Expand Down

0 comments on commit 7929976

Please sign in to comment.