Skip to content

Commit

Permalink
update avaiable css classes on readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lmenezes committed Jan 9, 2021
1 parent 3df0948 commit 6441048
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The result of the previous example should render the following structure:

The colors of the generated structure can be customised through the following CSS classes:

- jstValue: Class applied to span element wrapping the whole structure
- jstTree: Class applied to div element wrapping the whole structure

- jstProperty: Class applied to property names

Expand All @@ -35,7 +35,9 @@ The colors of the generated structure can be customised through the following CS

- jstColon: Class applied to colon separating property name from property value

- jstCollapse: Class applied to the expand/collapse symbols
- jstCollapse: Class applied to the collapse symbol

- jstExpand: Class applied to the expand symbol

- jstBracket: Class applied to brackets (both {} and [])

Expand Down

0 comments on commit 6441048

Please sign in to comment.