Skip to content

Commit

Permalink
Add link to props removal PR
Browse files Browse the repository at this point in the history
  • Loading branch information
ockham authored and sirreal committed Oct 14, 2020
1 parent 101716c commit 3f14b00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/components/src/dashicon/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ function Dashicon( { icon, size = 20, className, ...extraProps } ) {
// Ignore reason: span attributes are the global attributes which do not include width/height
// See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/span
// See https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes
// PR to remove: https://github.com/WordPress/gutenberg/pull/26067
// @ts-ignore
width={ size }
height={ size }
Expand Down

0 comments on commit 3f14b00

Please sign in to comment.