]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
another ; 24424/head
authorAndrew Murphy <aavmurphy@users.noreply.github.com>
Thu, 19 Oct 2017 20:34:45 +0000 (21:34 +0100)
committerGitHub <noreply@github.com>
Thu, 19 Oct 2017 20:34:45 +0000 (21:34 +0100)
docs/4.0/utilities/display.md

index 377ca290312e47fa4484ceb99c254c6bf19ef7cb..b2a9b1876e5b94935e8d7c9c11216a80438aee45 100644 (file)
@@ -12,7 +12,7 @@ Change the value of the [`display` property](https://developer.mozilla.org/en-US
 
 ## Notation
 
-Display utility classes that apply to all [breakpoints]({{ site.baseurl }}/docs/{{ site.docs_version }}/layout/overview/#responsive-breakpoints), from `xs` to `xl`, have no breakpoint abbreviation in them. This is because those classes are applied from `min-width: 0` and up, and thus are not bound by a media query. The remaining breakpoints, however, do include a breakpoint abbreviation.
+Display utility classes that apply to all [breakpoints]({{ site.baseurl }}/docs/{{ site.docs_version }}/layout/overview/#responsive-breakpoints), from `xs` to `xl`, have no breakpoint abbreviation in them. This is because those classes are applied from `min-width: 0;` and up, and thus are not bound by a media query. The remaining breakpoints, however, do include a breakpoint abbreviation.
 
 As such, the classes are named using the format:
 * `.d-{value}` for `xs`