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

index 5c1d07c3637273f618abd00a0a55c75fa0f969d8..95df335c951088cf22c3324cf0e69a3cc524d932 100644 (file)
@@ -57,28 +57,28 @@ $enable-grid-classes:       true !default;
 // Control the default styling of most Bootstrap elements by modifying these
 // variables. Mostly focused on spacing.
 
-$spacer:                     1rem !default;
-$spacer-x:                   $spacer !default;
-$spacer-y:                   $spacer !default;
+$spacer:   1rem !default;
+$spacer-x: $spacer !default;
+$spacer-y: $spacer !default;
 $spacers: (
   0: (
-    x:   0,
-    y:   0
+    x: 0,
+    y: 0
   ),
   1: (
-    x:   $spacer-x,
-    y:   $spacer-y
+    x: $spacer-x,
+    y: $spacer-y
   ),
   2: (
-    x:   ($spacer-x * 1.5),
-    y:   ($spacer-y * 1.5)
+    x: ($spacer-x * 1.5),
+    y: ($spacer-y * 1.5)
   ),
   3: (
-    x:   ($spacer-x * 3),
-    y:   ($spacer-y * 3)
+    x: ($spacer-x * 3),
+    y: ($spacer-y * 3)
   )
 ) !default;
-$border-width:               1px !default;
+$border-width: 1px !default;
 
 
 // Body