mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-21 12:51:52 +02:00
pointless comments
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user