0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00

pointless comments

This commit is contained in:
Mark Otto 2016-01-07 00:20:36 -08:00
parent b39b8b631b
commit de027e637f

View File

@ -105,15 +105,10 @@ $link-hover-decoration: underline !default;
// adapting to different screen sizes, for use in media queries.
$grid-breakpoints: (
// Extra small screen / phone
xs: 0,
// Small screen / phone
sm: 544px,
// Medium screen / tablet
md: 768px,
// Large screen / desktop
lg: 992px,
// Extra large screen / wide desktop
xl: 1200px
) !default;