MetaMask / metamask-design-system

2 stars 1 forks source link

Add Tests for CSS Variables in design-system-tailwind-preset to Ensure Alignment with @metamask/design-tokens #48

Closed georgewrmarshall closed 1 month ago

georgewrmarshall commented 1 month ago

Description

We need to create tests for the design-system-tailwind-preset package, specifically for colors, shadows, and typography. These tests should ensure that the CSS variables used in the preset are consistent with the corresponding values in the @metamask/design-tokens package. Additionally, the design tokens should be made a peer dependency of the Tailwind preset package to ensure version alignment between the two.

The tests should:

Technical Details

Acceptance Criteria

References