mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-24 22:16:38 +02:00
remove unnecessary docs sections for media queries page
This commit is contained in:
@@ -17,9 +17,6 @@
|
|||||||
pages:
|
pages:
|
||||||
- title: Scaffolding
|
- title: Scaffolding
|
||||||
- title: Media queries
|
- title: Media queries
|
||||||
sections:
|
|
||||||
- title: Common queries
|
|
||||||
- title: Sass mixins
|
|
||||||
- title: Containers
|
- title: Containers
|
||||||
- title: Grid
|
- title: Grid
|
||||||
sections:
|
sections:
|
||||||
|
@@ -5,8 +5,6 @@ title: Media queries
|
|||||||
|
|
||||||
Since Bootstrap is designed to be mobile-first, we employ media queries in our CSS to create responsive pages and components. Media queries allow you to group rulesets by a handful of parameters, most notably viewport dimensions, to gracefully scale content across devices.
|
Since Bootstrap is designed to be mobile-first, we employ media queries in our CSS to create responsive pages and components. Media queries allow you to group rulesets by a handful of parameters, most notably viewport dimensions, to gracefully scale content across devices.
|
||||||
|
|
||||||
### Common queries
|
|
||||||
|
|
||||||
Bootstrap mainly uses the following media query ranges in our source Sass files for key breakpoints in our layout, grid system, and components.
|
Bootstrap mainly uses the following media query ranges in our source Sass files for key breakpoints in our layout, grid system, and components.
|
||||||
|
|
||||||
{% highlight scss %}
|
{% highlight scss %}
|
||||||
|
Reference in New Issue
Block a user