0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

Fix typo in "Hiding elements" section (#27843)

This commit is contained in:
ChrissBott 2018-12-14 18:07:44 +01:00 committed by Patrick H. Lauke
parent 502b6c8ed6
commit b5b4f83cdb

View File

@ -49,7 +49,7 @@ The media queries effect screen widths with the given breakpoint *or larger*. Fo
## Hiding elements
For faster mobile-friendly development, use responsive display classes for showing and hiding elements by device. Avoid creating entirely different versions of the same site, instead hide element responsively for each screen size.
For faster mobile-friendly development, use responsive display classes for showing and hiding elements by device. Avoid creating entirely different versions of the same site, instead hide elements responsively for each screen size.
To hide elements simply use the `.d-none` class or one of the `.d-{sm,md,lg,xl}-none` classes for any responsive screen variation.