diff options
| author | Mark Otto <[email protected]> | 2017-10-22 19:34:06 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-10-22 19:34:06 -0700 |
| commit | 2f8d3a3d8cc7e861015e53c7eab604cff5e287f7 (patch) | |
| tree | 159b57ac7eab4413b8d4cce1aa21e48c552f2aa0 /docs | |
| parent | 58f4f1b723cac4a66ceb22f148b4e2b79bc60598 (diff) | |
| download | bootstrap-2f8d3a3d8cc7e861015e53c7eab604cff5e287f7.tar.xz bootstrap-2f8d3a3d8cc7e861015e53c7eab604cff5e287f7.zip | |
line break
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/4.0/utilities/display.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/4.0/utilities/display.md b/docs/4.0/utilities/display.md index b2a9b1876..8b4d424bb 100644 --- a/docs/4.0/utilities/display.md +++ b/docs/4.0/utilities/display.md @@ -15,6 +15,7 @@ Change the value of the [`display` property](https://developer.mozilla.org/en-US 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` * `.d-{breakpoint}-{value}` for `sm`, `md`, `lg`, and `xl`. |
