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
Right now, the replace-border-declarations migration encompasses both length migration (px/rem => tokens) and legacy Sass migration (border-radius(large) => token). Using the conventions we aligned on in this discussion, let's split up this migration into smaller migrations scoped to Sass or static styles:
sass-replace-border
sass-replace-border-radius
sass-replace-border-width
styles-tokenize-shape
The text was updated successfully, but these errors were encountered:
chloerice
changed the title
Split up replace-border-declarations migration using aligned naming, scope and structure
Split up replace-border-declarations migration
Nov 1, 2022
Right now, the
replace-border-declarations
migration encompasses both length migration (px/rem => tokens) and legacy Sass migration (border-radius(large) => token). Using the conventions we aligned on in this discussion, let's split up this migration into smaller migrations scoped to Sass or static styles:sass-replace-border
sass-replace-border-radius
sass-replace-border-width
styles-tokenize-shape
The text was updated successfully, but these errors were encountered: