Merge pull request #1520 from Automattic/fix/missing-separator-config

Varia + various child-themes: Add missing config variables
This commit is contained in:
Allan Cole 2019-10-21 13:30:54 -04:00 committed by GitHub
commit f3de0bdf24
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 10 additions and 0 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -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"),
),
);

View file

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

View file

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