File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
packages/core/styles/01-settings/settings-spacing Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 9
9
10
10
// Unit on which all spacing is based
11
11
/// Bolt gutter spacing value
12
- $bolt-spacing-gutter : 2rem ;
12
+ $bolt-spacing-gutter : 2rem !default ;
13
13
/// Bolt default leading spacing value
14
14
$bolt-spacing-leading : 1.65 !default ;
15
15
/// Bolt squished spacing value
16
- $bolt-spacing-squished : 0.5 ;
16
+ $bolt-spacing-squished : 0.5 !default ;
17
17
/// Bolt stretched spacing value
18
- $bolt-spacing-stretched : 1.5 ;
18
+ $bolt-spacing-stretched : 1.5 !default ;
19
19
20
20
/// Bolt's definition of spacing scale. Used within 'export-data()' to JSON.
21
21
/// @type Map
@@ -28,7 +28,7 @@ $bolt-spacing-values: (
28
28
' large' : 2 ,
29
29
' xlarge' : 4 ,
30
30
' xxlarge' : 8 ,
31
- );
31
+ ) !default ;
32
32
33
33
@include bolt-export-data (' spacing/scale.bolt.json' , $bolt-spacing-values );
34
34
You can’t perform that action at this time.
0 commit comments