7 lines
194 B
SCSS
7 lines
194 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-styles;
|
||
|
}
|