scaffold-command/templates/block-editor-css.mustache

9 lines
203 B
Text

/**
* The following styles get applied inside the editor only.
*
* Replace them with your own styles or remove the file completely.
*/
.wp-block-{{namespace}}-{{slug}} {
border: 1px dotted #f00;
}