woocommerce/plugins/woocommerce-blocks/assets/js/base/components/radio-control/editor.scss

7 lines
200 B
SCSS

@import "./mixin";
// We need to increase the styles specificity in the editor, to avoid wp-admin styles taking preference.
#wpbody .edit-post-visual-editor {
@include radio-control-input-styles;
}