Skip to content
New issue

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

Use correct value for xs and sm breakpoints in documentation #21664

Merged
merged 1 commit into from
Jan 16, 2017

Conversation

amygori
Copy link
Contributor

@amygori amygori commented Jan 11, 2017

The documentation on the available responsive utility classes includes an incorrect value for the xs max-width and sm min-width. This corrects the value and brings the available classes table values in line with the values elsewhere in the documentation (c.f. Responsive Breakpoints) and with the functionality of the classes themselves.

@mdo mdo added this to the v4.0.0-beta milestone Jan 16, 2017
@mdo mdo merged commit 44684a6 into twbs:v4-dev Jan 16, 2017
@mdo mdo mentioned this pull request Jan 16, 2017
@bardiharborow bardiharborow mentioned this pull request Feb 21, 2017
@mixalbl4-127
Copy link

mixalbl4-127 commented Aug 15, 2017

@amygori
This fix (in 4.0.0-beta) breaks this mixins (in alpha-6 worked fine)

  @include media-breakpoint-only(xl)
  @include media-breakpoint-only(xs)

Temp solution:

  @include media-breakpoint-only(xl)   =>   @include media-breakpoint-up(xl)
  @include media-breakpoint-only(xs)   =>   @include media-breakpoint-down(xs)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants