Skip to content

Commit

Permalink
Removed unused classnames
Browse files Browse the repository at this point in the history
  • Loading branch information
enejb committed Oct 5, 2021
1 parent ada94ae commit 492efdd
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions packages/block-library/src/pullquote/edit.native.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
/**
* External dependencies
*/
import classnames from 'classnames';

/**
* WordPress dependencies
*/
Expand Down Expand Up @@ -70,9 +65,6 @@ function PullQuoteEdit( props ) {
const { textAlign, citation, value } = attributes;

const blockProps = useBlockProps( {
className: classnames( {
[ `has-text-align-${ textAlign }` ]: textAlign,
} ),
backgroundColor: getBackgroundColor( props ),
borderColor: getBorderColor( props ),
} );
Expand Down Expand Up @@ -121,7 +113,6 @@ function PullQuoteEdit( props ) {
citation: nextCitation,
} )
}
className="wp-block-pullquote__citation"
__unstableMobileNoFocusOnMount
textAlign={ textAlign }
__unstableOnSplitAtEnd={ () =>
Expand Down

0 comments on commit 492efdd

Please sign in to comment.