Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
craigfay committed May 27, 2022
1 parent c38fa30 commit 706932d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ or by creating a file manually:
"sm": { "minWidth": "576px" },
"md": { "minWidth": "768px", "maxWidth": "992px" },
"lg": { "minWidth": "992px" }
},
"pseudoClasses": {
"hov": ":hover",
"first": ":first-child",
"last": ":last-child"
}
},
"designTokens": [
Expand Down

0 comments on commit 706932d

Please sign in to comment.