Skip to content

Instantly share code, notes, and snippets.

@richtabor
Created July 26, 2021 21:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save richtabor/fef7d78aec969eb72a1b2df5a6349d9a to your computer and use it in GitHub Desktop.
Save richtabor/fef7d78aec969eb72a1b2df5a6349d9a to your computer and use it in GitHub Desktop.
.is-style-bottom-left img {
background: var(--wp--preset--color--primary);
padding-right: var(--wp--custom--image--style--padding);
padding-top: var(--wp--custom--image--style--padding);
}
.is-style-bottom-right img {
background: var(--wp--preset--color--primary);
padding-left: var(--wp--custom--image--style--padding);
padding-top: var(--wp--custom--image--style--padding);
}
.is-style-center img {
background: var(--wp--preset--color--primary);
padding-left: var(--wp--custom--image--style--padding);
padding-top: var(--wp--custom--image--style--padding);
padding-right: var(--wp--custom--image--style--padding);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment