: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
/* TODO: Migrate to SCSS after adding build step to WPSC */
/* TODO: Migrate CSS from wp-cache.php */
/* Declare JP CSS variables */
/* TODO: Integrate root-variables.scss from base-styles package */
--font-headline-medium: 48px;
--font-headline-small: 36px;
--font-title-medium: 24px;
/* Declare commonly used variables */
--wpsc-header-font: Corbel,
--max-container-width: 1128px;
background-color: var(--jp-white);
/* Remove default wp-admin spacing */
#wpsc-dashboard .form-table,
#wpsc-dashboard .form-table td,
#wpsc-dashboard .form-table th,
#wpsc-dashboard .form-table td p {
font-size: var(--font-body);
#wpsc-callout>p:last-child {
font-size: var(--font-body-small);
#wpsc-dashboard .wpsc-body-content,
#wpsc-dashboard .wpsc-nav {
max-width: var(--max-container-width);
width: var(--icon-height);
height: var(--icon-height);
font-family: var(--wpsc-header-font);
font-size: var(--font-headline-small);
letter-spacing: -0.015em;
line-height: var(--icon-height);
border-bottom: 2px solid transparent;
.wpsc-nav-tab.wpsc-nav-tab-selected {
box-shadow: inset 0px -1px 0px rgb(0, 0, 0);
background: var(--jp-white);
background: var(--jp-white-off);
background: var(--jp-white);
font-size: var(--font-body);
.footer .wp-super-cache-version .wpsc-icon {
height: var(--icon-height);
width: var(--icon-height);
.footer .wp-super-cache-version .wpsc-name {
font-family: var(--wpsc-header-font);
letter-spacing: -0.015em;
line-height: var(--icon-height);
.footer .automattic-airline {
.footer .automattic-airline img {
#wpsc-notice-boost-migrate {
a.button.button-primary {
background-color: var(--jp-black);