twbs/bootstrap

Update grid classes to omit `xs` abbreviation

Closed this issue · 6 comments

mdo commented

Following up on #20926 and #20934, we need to update our grid classes to omit the -xs part from those classes.

Please, take a look at #21061 before you go on with this one :)

How would this affect people like me who create their own breakpoints (e.g. xxs)?

mdo commented

@leetskills Whatever is the first breakpoint won't have an abbreviation in the class name. So if you have xxs in addition to xs, sm, md, lg, and xl, only the xxs classes would be without that in their classes.

ETNOL commented

I have the grid framework updated. This will also require updating all instances of the col-xs-* classes used from the documentation, correct? Or should some backward-compatibility be considered?

mdo commented

This will also require updating all instances of the col-xs-* classes used from the documentation, correct? Or should some backward-compatibility be considered?

Yes, it'd require that. No need for backward compatibility—we're still in alpha.

mdo commented

Fixed by #21086.