patternfly / design-tokens

MIT License
1 stars 8 forks source link

chore(docs): rebuild table from all-tokens json #72

Closed evwilkin closed 1 month ago

evwilkin commented 3 months ago

Preview: Preview link

Closes #68

This PR implements new tokens tables which:

README has been updated to explain commands to execute this code, but in summary the data needed for the table is pulled when yarn build or yarn build:scss is run (they trigger the same code), as two new json files containing all the token data displayed in the table are created by Style Dictionary in the same process as the scss files creation.

evwilkin commented 1 month ago

Thanks @srambach for the feedback - I'll take a look at addressing your comments, not quite sure what I did to get those double checkmarks so thanks for catching that 🤔