Skip to content

Commit

Permalink
Correct styles import in block mobile toolbar (#18935)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewalczak authored Dec 5, 2019
1 parent 391c225 commit a8c0ca9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { compose } from '@wordpress/compose';
/**
* Internal dependencies
*/
import styles from './block-mobile-toolbar.scss';
import styles from './style.scss';
import BlockMover from '../block-mover';
import { BlockSettingsButton } from '../block-settings';

Expand Down

0 comments on commit a8c0ca9

Please sign in to comment.