Skip to content

Commit

Permalink
restore used util
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed Dec 21, 2020
1 parent 18e6dd9 commit dbf03d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/components/src/utils/style-mixins.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export { color, rgba } from './colors';
export { reduceMotion } from './reduce-motion';
export { rtl } from './rtl';
export { space } from './space';
export { font } from './font';
export { breakpoint } from './breakpoint';
Expand Down
1 change: 1 addition & 0 deletions packages/e2e-tests/specs/editor/various/rtl.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ describe( 'RTL', () => {
await createNewPost();
await page.evaluate( () => {
document.querySelector( '.is-root-container' ).dir = 'rtl';
wp.i18n.isRTL = () => true;
} );
} );

Expand Down

0 comments on commit dbf03d7

Please sign in to comment.