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
If a user wants to use breakpoints from design tokens in javascript, the only way is to consume ALL the tokens.
Create an export of a simpler object that a user could consume and easily parse to use breakpoints in JS solutions.
Not doing it and just sticking with ALL TOKENS as a useable solution.
n/a
This issue can be closed once there is a demonstratable export of breakpoint design tokens in a JS object for consumption.
Additionally, all documentation needs to be updated to support this new featured export of data.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is your feature request related to a problem? Please describe.
If a user wants to use breakpoints from design tokens in javascript, the only way is to consume ALL the tokens.
Describe the solution you'd like
Create an export of a simpler object that a user could consume and easily parse to use breakpoints in JS solutions.
Describe alternatives you've considered
Not doing it and just sticking with ALL TOKENS as a useable solution.
Additional context
n/a
Exit criteria
This issue can be closed once there is a demonstratable export of breakpoint design tokens in a JS object for consumption.
Additionally, all documentation needs to be updated to support this new featured export of data.
The text was updated successfully, but these errors were encountered: