/** * The following styles get applied both on the front of your site * and in the editor. * * Replace them with your own styles or remove the file completely. */ // Escape forward slashes, otherwise this won't compile // i.e. .w-1\/3 {} .wp-block-{{slug}}-inner-block { // write frontend and editor SASS here {{#noCssFramework}} .inner-block-container { background-color: #fff; border-radius: 0.25rem; padding: 20px; margin: 0; } .mt-5 { margin-top: 1rem; } .mb-0 { margin-bottom: 0; } {{/noCssFramework}} }