From 82ceb6b740d6ef5ca7d809520114cae6246863b4 Mon Sep 17 00:00:00 2001 From: Gleb Mazovetskiy Date: Thu, 27 Aug 2015 13:36:14 +0100 Subject: Fix comments in templates/project/_bootstrap-variables.sass --- templates/project/_bootstrap-variables.sass | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'templates/project') diff --git a/templates/project/_bootstrap-variables.sass b/templates/project/_bootstrap-variables.sass index c9dd855..7b06903 100644 --- a/templates/project/_bootstrap-variables.sass +++ b/templates/project/_bootstrap-variables.sass @@ -86,16 +86,16 @@ // adapting to different screen sizes, for use in media queries. // $grid-breakpoints: ( - // Extra small screen / phone - xs: 0, - // Small screen / phone - sm: 34em, - // Medium screen / tablet - md: 48em, - // Large screen / desktop - lg: 62em, - // Extra large screen / wide desktop - xl: 75em +// // Extra small screen / phone +// xs: 0, +// // Small screen / phone +// sm: 34em, +// // Medium screen / tablet +// md: 48em, +// // Large screen / desktop +// lg: 62em, +// // Extra large screen / wide desktop +// xl: 75em // ); @@ -104,10 +104,10 @@ // Define the maximum width of `.container` for different screen sizes. // $container-max-widths: ( - sm: 34rem, // 480 - md: 45rem, // 720 - lg: 60rem, // 960 - xl: 72.25rem // 1140 +// sm: 34rem, // 480 +// md: 45rem, // 720 +// lg: 60rem, // 960 +// xl: 72.25rem // 1140 // ); -- cgit v1.2.3