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
The following code from WCSS is no longer compatible with updated design tokens do to the deprecation of sizes like xxl, etc...
xxl
WebCoreStyleSheets/src/utilityMixins/_spacingUtility.scss
Lines 23 to 47 in 854c208
The scope of this request is to update the mixin to support and document the new size tokens.
This is done when the new mixin has deprecated the legacy tokens in place for the new 100, 200, etc.. size tokens.
100
200
The text was updated successfully, but these errors were encountered:
feat(size): update to use new size tokens #128
7eb363d
feat(size): use new and deprecate legacy size tokens #128
d711264
1eaede6
chore(release): 4.3.0 [skip ci]
2c3fd7d
# [4.3.0](v4.2.0...v4.3.0) (2023-02-07) ### Features * **size:** use new and deprecate legacy size tokens [#128](#128) ([1eaede6](1eaede6))
jordanjones243
Successfully merging a pull request may close this issue.
The following code from WCSS is no longer compatible with updated design tokens do to the deprecation of sizes like
xxl
, etc...WebCoreStyleSheets/src/utilityMixins/_spacingUtility.scss
Lines 23 to 47 in 854c208
The scope of this request is to update the mixin to support and document the new size tokens.
Exit criteria
This is done when the new mixin has deprecated the legacy tokens in place for the new
100
,200
, etc.. size tokens.The text was updated successfully, but these errors were encountered: