Skip to content

Commit

Permalink
Recognize gap as a css property. This prevents incorrect property r…
Browse files Browse the repository at this point in the history
…enaming.

PiperOrigin-RevId: 707105983
  • Loading branch information
Closure Team authored and lauraharker committed Dec 20, 2024
1 parent 106a3d3 commit 4c8c6ed
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions externs/browser/w3c_css.js
Original file line number Diff line number Diff line change
Expand Up @@ -1433,6 +1433,12 @@ CSSProperties.prototype.fontVariant;
*/
CSSProperties.prototype.fontWeight;

/**
* @type {string}
* @see https://www.w3.org/TR/css-align-3/#propdef-gap
*/
CSSProperties.prototype.gap;

/**
* @type {string}
* @see https://www.w3.org/TR/css-grid-1/#propdef-grid
Expand Down

0 comments on commit 4c8c6ed

Please sign in to comment.