design-tokens
design-tokens copied to clipboard
Create Unit Tests for CSS Typography Variables Alignment with Figma Token JSON
Description
We need to create unit tests to ensure that the values in the CSS variables are aligned with the source of truth, which is the Figma token JSON. This will help us maintain consistency and catch any discrepancies early.
Technical Details
- Create unit tests that check the CSS Typography variables
Acceptance Criteria
- Unit tests are created that check the values of the CSS variables against the Figma token JSON.
- The tests should fail if there are any discrepancies between the CSS variables and the Figma token JSON.
- The tests should pass if the CSS variables are correctly aligned with the Figma token JSON.
Additional Information
Once the tests are created, they should be run as part of the regular testing suite to ensure ongoing alignment between the CSS variables and the Figma token JSON.