Skip to content

Instantly share code, notes, and snippets.

@hofmannsven
Last active April 7, 2022 16:34
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hofmannsven/896ddefc0e9f591bc7db15d531d122f6 to your computer and use it in GitHub Desktop.
Save hofmannsven/896ddefc0e9f591bc7db15d531d122f6 to your computer and use it in GitHub Desktop.
WordPress block editor spacer block placeholder styles.
.block-editor .wp-block-spacer {
border: 2px dashed #cbd5e1;
background-color: #f1f5f9;
}
.block-editor {
.wp-block-spacer {
@apply bg-slate-100 border-dashed border-2 border-slate-300;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment