Merge pull request #1520 from Automattic/fix/missing-separator-config
Varia + various child-themes: Add missing config variables
This commit is contained in:
commit
f3de0bdf24
10 changed files with 10 additions and 0 deletions
|
@ -307,6 +307,7 @@ $config-quote: (
|
|||
|
||||
$config-separator: (
|
||||
"height": #{0.25 * $baseline-unit},
|
||||
"width": #{6 * map-deep-get($config-global, "spacing", "horizontal")},
|
||||
);
|
||||
|
||||
/**
|
||||
|
|
|
@ -302,6 +302,7 @@ $config-quote: (
|
|||
|
||||
$config-separator: (
|
||||
"height": #{0.25 * $baseline-unit},
|
||||
"width": #{6 * map-deep-get($config-global, "spacing", "horizontal")},
|
||||
);
|
||||
|
||||
/**
|
||||
|
|
|
@ -307,6 +307,7 @@ $config-quote: (
|
|||
|
||||
$config-separator: (
|
||||
"height": #{0.33 * $baseline-unit},
|
||||
"width": #{6 * map-deep-get($config-global, "spacing", "horizontal")},
|
||||
);
|
||||
|
||||
/**
|
||||
|
|
|
@ -307,6 +307,7 @@ $config-quote: (
|
|||
|
||||
$config-separator: (
|
||||
"height": #{0.25 * $baseline-unit},
|
||||
"width": #{6 * map-deep-get($config-global, "spacing", "horizontal")},
|
||||
);
|
||||
|
||||
/**
|
||||
|
|
|
@ -307,6 +307,7 @@ $config-quote: (
|
|||
|
||||
$config-separator: (
|
||||
"height": #{0.25 * $baseline-unit},
|
||||
"width": #{6 * map-deep-get($config-global, "spacing", "horizontal")},
|
||||
);
|
||||
|
||||
/**
|
||||
|
|
|
@ -306,6 +306,7 @@ $config-quote: (
|
|||
|
||||
$config-separator: (
|
||||
"height": #{0.25 * $baseline-unit},
|
||||
"width": #{6 * map-deep-get($config-global, "spacing", "horizontal")},
|
||||
);
|
||||
|
||||
/**
|
||||
|
|
|
@ -307,6 +307,7 @@ $config-quote: (
|
|||
|
||||
$config-separator: (
|
||||
"height": #{0.25 * $baseline-unit},
|
||||
"width": #{6 * map-deep-get($config-global, "spacing", "horizontal")},
|
||||
);
|
||||
|
||||
/**
|
||||
|
|
|
@ -394,5 +394,6 @@ $config-footer: (
|
|||
"css-var": map-deep-get($config-global, "font", "family", "secondary", "css-var"),
|
||||
),
|
||||
"size": map-deep-get($config-global, "font", "size", "sm"),
|
||||
"line-height": map-deep-get($config-global, "font", "line-height", "sm"),
|
||||
),
|
||||
);
|
||||
|
|
|
@ -307,6 +307,7 @@ $config-quote: (
|
|||
|
||||
$config-separator: (
|
||||
"height": #{0.25 * $baseline-unit},
|
||||
"width": #{6 * map-deep-get($config-global, "spacing", "horizontal")},
|
||||
);
|
||||
|
||||
/**
|
||||
|
|
|
@ -307,6 +307,7 @@ $config-quote: (
|
|||
|
||||
$config-separator: (
|
||||
"height": #{0.25 * $baseline-unit},
|
||||
"width": #{6 * map-deep-get($config-global, "spacing", "horizontal")},
|
||||
);
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue