Skip to content

Commit 0163fbe

Browse files
Closure Teamcopybara-github
authored andcommitted
Add CSS property grid-auto-flow to the w3c_css.js externs.
PiperOrigin-RevId: 560551093
1 parent 6f82246 commit 0163fbe

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

externs/browser/w3c_css.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1443,6 +1443,12 @@ CSSProperties.prototype.gridArea;
14431443
*/
14441444
CSSProperties.prototype.gridAutoColumns;
14451445

1446+
/**
1447+
* @type {string}
1448+
* @see https://www.w3.org/TR/css-grid-1/#propdef-grid-auto-flow
1449+
*/
1450+
CSSProperties.prototype.gridAutoFlow;
1451+
14461452
/**
14471453
* @type {string}
14481454
* @see https://www.w3.org/TR/css-grid-1/#propdef-grid-auto-rows

0 commit comments

Comments
 (0)