|
@@ -275,7 +275,8 @@ $config-quote: (
|
|
|
*/
|
|
|
|
|
|
$config-separator: (
|
|
|
- "height": #{0.25 * $baseline-unit},
|
|
|
+ "height": #{0.125 * map-deep-get($config-global, "spacing", "unit")},
|
|
|
+ "width": #{6 * map-deep-get($config-global, "spacing", "horizontal")},
|
|
|
);
|
|
|
|
|
|
/**
|