/* FILE: editor-style-rtl.scss */ // // Visual Editor RTL stylesheet // // @package Auberge // @copyright WebMan Design, Oliver Juhas // // Setup language direction $left: right; $right: left; // Imports @import url( 'main-rtl.css' ); @import url( 'custom-editor.css' ); // RTL style overrides body { direction: rtl; unicode-bidi: embed; } .mce-content-body { &::after { left: 0; right: auto; } }