]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
pointless comments
authorMark Otto <markdotto@gmail.com>
Thu, 7 Jan 2016 08:20:36 +0000 (00:20 -0800)
committerMark Otto <markdotto@gmail.com>
Thu, 7 Jan 2016 08:20:36 +0000 (00:20 -0800)
scss/_variables.scss

index c3445e996ad65059b9c4d864b9c2d5d096cc6d16..adbcd6e670cae584668a33cd3ddaf44f96938394 100644 (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;