woocommerce/packages/js/create-product-editor-block/block-templates/editor.scss.mustache

13 lines
258 B
Plaintext

/**
* The following styles get applied inside the editor only.
*
* Replace them with your own styles or remove the file completely.
*/
.wp-block-{{namespace}}-{{slug}} {
font-size: 32px;
padding: 25px;
background: yellow;
border: 1px solid black;
}