We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need implementation command for apply patches when design-system library updates.
command
themekit patch ./patch-0001.json themekit apply ./patch-0001.json
project tokens
component: depth: token: value: 100
patch
[ { "oldPath": ["component", "depth", "token"], "newPath": ["component", "token"] } ]
result
component: token: value: 100
The text was updated successfully, but these errors were encountered:
Maybe also load patch from url?
Sorry, something went wrong.
yarastqt
No branches or pull requests
Proposal
Need implementation command for apply patches when design-system library updates.
Use case
command
project tokens
patch
result
The text was updated successfully, but these errors were encountered: