Skip to main content

Block - Block styles

Open the live code editor

Edit this code to see the generated Gutenberg block files.

block.html
<section
data-styles="default dark"
class="[.is-style-dark]:bg-black [.is-style-dark]:text-white"
></section>

Define block styles

block.html
<section data-styles="default dark"></section>

Use TailwindCSS with block styles

block.html
<section
data-styles="default dark"
class="[.is-style-dark]:bg-black [.is-style-dark]:text-white"
></section>