Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
Fix All Products editor.scss file not included by Webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
Aljullu committed Dec 14, 2020
1 parent 4043438 commit 6173bdf
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
1 change: 1 addition & 0 deletions assets/js/blocks/products/all-products/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ import {
} from '../base-utils';
import { getSharedContentControls, getSharedListControls } from '../edit';
import Block from './block';
import './editor.scss';

/**
* Component to handle edit mode of "All Products".
Expand Down
5 changes: 0 additions & 5 deletions assets/js/blocks/products/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@
import { __ } from '@wordpress/i18n';
import { ToggleControl, SelectControl } from '@wordpress/components';

/**
* Internal dependencies
*/
import './editor.scss';

export const getSharedContentControls = ( attributes, setAttributes ) => {
const { contentVisibility } = attributes;
return (
Expand Down

0 comments on commit 6173bdf

Please sign in to comment.