Block Styles
Extend the functionality of WordPress Gutenberg blocks. Block Styles let you add custom class names so you can write alternative styles with css.
-
WordPress’ core code block does not wrap text. This is ok most of the time but sometimes it’s nice for long lines to wrap. We could set white space to pre-wrap on .wp-block-code > code but this will affect all code blocks. Let’s create a… Read More