You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The spacing tokens in Source Foundations have diverged from Figma: new values have been added and token names updated. eg. space[4] is now spacing.060.
We may need to work with the Design System team to tweak the names as spacing.060 cannot be represented directly in JS. We should also deprecate the existing tokens and, if possible, add a rule to eslint-plugin-source-foundations to automatically update existing references to the old names.
The spacing tokens in Source Foundations have diverged from Figma: new values have been added and token names updated. eg.
space[4]
is nowspacing.060
.We may need to work with the Design System team to tweak the names as
spacing.060
cannot be represented directly in JS. We should also deprecate the existing tokens and, if possible, add a rule toeslint-plugin-source-foundations
to automatically update existing references to the old names.https://theguardian.design/2a1e5182b/p/912e85-spacing/b/67c7d7
The text was updated successfully, but these errors were encountered: