CSS: rename some variables to be consistent#37804
Conversation
|
Is there any way to deprecate those CSS variables ? |
|
Haven't reviewed precisely the PR but I agree with the principle here for consistency through the whole framework. @twbs/css-review I'm not too familiar with when we authorize to deprecated some Sass vars like this. I'd say that in this case, it would be OK to deprecate them in v5.3 and not wait until v6. But a second opinion would help me :)
Right now, I believe that only our migration guide do the job |
|
This is an interesting one because one request we had late in v5's development to consider for v6 is that we use |
Oh yeah nice, it will be better like this indeed.
Works for me, sounds like a good strategy |
mdo
left a comment
There was a problem hiding this comment.
I think these two comments address it?
Description
Rename each
-2xlto-xxl.Motivation & Context
Be consistent with other variables.
Type of changes
Checklist
npm run lint)Live previews
Related issues
NA