mirror of https://github.com/twbs/bootstrap.git
Remove obsolete mediaqueries breakpoints callout
BrowserStack / browserstack (push) Has been cancelled
Details
BrowserStack / browserstack (push) Has been cancelled
Details
Co-authored-by: mdo <98681+mdo@users.noreply.github.com>
This commit is contained in:
parent
942fea4abe
commit
95d74398d7
|
@ -1 +0,0 @@
|
|||
**Using range context queries:** Bootstrap now uses [range context queries](https://www.w3.org/TR/mediaqueries-4/#range-context) for improved precision and modern CSS media query syntax. The range syntax like `(width >= 768px)` eliminates the need for fractional pixel adjustments that were previously required with `min-` and `max-` prefixes.
|
|
@ -132,8 +132,6 @@ These mixins use the breakpoint values to create `max-width` media queries using
|
|||
@media (width < 1400px) { ... }
|
||||
```
|
||||
|
||||
<Callout name="info-mediaqueries-breakpoints" type="warning" />
|
||||
|
||||
### Single breakpoint
|
||||
|
||||
There are also media queries and mixins for targeting a single segment of screen sizes using the minimum and maximum breakpoint widths.
|
||||
|
|
Loading…
Reference in New Issue