diff options
| author | Andrew Murphy <[email protected]> | 2017-10-19 21:34:45 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-10-19 21:34:45 +0100 |
| commit | c600176c2a6e702646c6912e31556922f32054e0 (patch) | |
| tree | c87e03b5091cafeadb075d2eecac8e9431089ee2 /docs | |
| parent | b69d5358226bf54bcaa33569117847cdb42d534d (diff) | |
| download | bootstrap-c600176c2a6e702646c6912e31556922f32054e0.tar.xz bootstrap-c600176c2a6e702646c6912e31556922f32054e0.zip | |
another ;
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/4.0/utilities/display.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/utilities/display.md b/docs/4.0/utilities/display.md index 377ca2903..b2a9b1876 100644 --- a/docs/4.0/utilities/display.md +++ b/docs/4.0/utilities/display.md @@ -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` |
