Skip to content

Instantly share code, notes, and snippets.

@lbell
Created May 14, 2021 18:44
Show Gist options
  • Select an option

  • Save lbell/94e0f631953df08f198de94c2bfba41a to your computer and use it in GitHub Desktop.

Select an option

Save lbell/94e0f631953df08f198de94c2bfba41a to your computer and use it in GitHub Desktop.
Add outlines to gutenberg blocks
/* Adds outlines to Gutenberg blocks. Which helps GREATLY with figuring out what's going on*/
.wp-block {
outline: 1px dotted rgba(0, 0, 0, .25);
outline-offset: 5px;
}
@lbell
Copy link
Author

lbell commented May 14, 2021

Add to WordPress with a plugin like: https://wordpress.org/plugins/add-admin-css/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment