mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-20 17:54:23 +01:00
pointless comments
This commit is contained in:
parent
b39b8b631b
commit
de027e637f
@ -105,15 +105,10 @@ $link-hover-decoration: underline !default;
|
|||||||
// adapting to different screen sizes, for use in media queries.
|
// adapting to different screen sizes, for use in media queries.
|
||||||
|
|
||||||
$grid-breakpoints: (
|
$grid-breakpoints: (
|
||||||
// Extra small screen / phone
|
|
||||||
xs: 0,
|
xs: 0,
|
||||||
// Small screen / phone
|
|
||||||
sm: 544px,
|
sm: 544px,
|
||||||
// Medium screen / tablet
|
|
||||||
md: 768px,
|
md: 768px,
|
||||||
// Large screen / desktop
|
|
||||||
lg: 992px,
|
lg: 992px,
|
||||||
// Extra large screen / wide desktop
|
|
||||||
xl: 1200px
|
xl: 1200px
|
||||||
) !default;
|
) !default;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user