Skip to content

Commit

Permalink
Remove style imports
Browse files Browse the repository at this point in the history
  • Loading branch information
sirreal committed May 8, 2019
1 parent c5695c1 commit 21108a1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
3 changes: 0 additions & 3 deletions _inc/client/my-plan/checklist-progress-card/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ import QueryChecklistProgress from 'components/data/query-checklist-progress';
import { getSiteRawUrl } from 'state/initial-state';
import { getTasks } from 'state/checklist/selectors';

// Style imports are unused
// import './style.scss';

function ChecklistProgressCard( { completed, total, siteSlug } ) {
return (
<Card compact className="checklist__header">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@ import classnames from 'classnames';
*/
import ScreenReaderText from './screen-reader-text';

/**
* Style dependencies
*/
// Unused in current build system
// import './style.scss';

export default class ProgressBar extends PureComponent {
static defaultProps = {
total: 100,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@
*/
import React from 'react';

/**
* Style dependencies
*/
// Unused in current build system
// import './style.scss';

export default function ScreenReaderText( { children } ) {
return <span className="screen-reader-text">{ children }</span>;
}

0 comments on commit 21108a1

Please sign in to comment.