Skip to content

Commit 4c8c6ed

Browse files
Closure Teamlauraharker
Closure Team
authored andcommitted
Recognize gap as a css property. This prevents incorrect property renaming.
PiperOrigin-RevId: 707105983
1 parent 106a3d3 commit 4c8c6ed

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

externs/browser/w3c_css.js

+6
Original file line numberDiff line numberDiff line change
@@ -1433,6 +1433,12 @@ CSSProperties.prototype.fontVariant;
14331433
*/
14341434
CSSProperties.prototype.fontWeight;
14351435

1436+
/**
1437+
* @type {string}
1438+
* @see https://www.w3.org/TR/css-align-3/#propdef-gap
1439+
*/
1440+
CSSProperties.prototype.gap;
1441+
14361442
/**
14371443
* @type {string}
14381444
* @see https://www.w3.org/TR/css-grid-1/#propdef-grid

0 commit comments

Comments
 (0)