Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-rubygem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Mazovetskiy <glex.spb@gmail.com>2015-08-27 15:36:14 +0300
committerGleb Mazovetskiy <glex.spb@gmail.com>2015-08-27 15:36:14 +0300
commit82ceb6b740d6ef5ca7d809520114cae6246863b4 (patch)
tree45e82066857a9413a58aff2280ab309266452782 /templates/project
parent6e91344496698faa1d37eeb66172e5df4cdd187f (diff)
Fix comments in templates/project/_bootstrap-variables.sass
Diffstat (limited to 'templates/project')
-rw-r--r--templates/project/_bootstrap-variables.sass28
1 files changed, 14 insertions, 14 deletions
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
// );