-
Notifications
You must be signed in to change notification settings - Fork 361
New issue
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
Tokens: Refactor Token Build Script #3786
Tokens: Refactor Token Build Script #3786
Conversation
Component token test
✅ Deploy Preview for gestalt ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
const { getIOSConfiguration } = require('./platforms/ios'); | ||
const { registerWebFormats } = require('./formatters/registerWebFormats'); | ||
|
||
StyleDictionary.registerFileHeader({ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shoudl we move this out too to keep everything isolated?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes - good idea
✅ Deploy Preview for gestalt ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Remove component token changes
99e1397
to
852152f
Compare
Pull Request Instructions
This is a refactor of our
build.js
token script which was previously hard to maintain and read.Everything now lives under the
design-tokens/src
directory.