Skip to content

Commit

Permalink
Post rebase changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgefilipecosta committed Apr 25, 2018
1 parent 1595a3f commit 1e8ea5a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion blocks/colors/with-colors.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import { createHigherOrderComponent } from '@wordpress/element';
*/
import { getColorValue, getColorClass, setColorValue } from './utils';
import { withEditorSettings } from '../editor-settings';
import './style.scss';

/**
* Higher-order component, which handles color logic for class generation
Expand Down
1 change: 1 addition & 0 deletions core-blocks/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import { deprecated } from '@wordpress/utils';
/**
* Internal dependencies
*/
import './style.scss';
import * as paragraph from './paragraph';
import * as image from './image';
import * as heading from './heading';
Expand Down
File renamed without changes.

0 comments on commit 1e8ea5a

Please sign in to comment.