Skip to content

Commit

Permalink
Add CSS grid and gap style properties
Browse files Browse the repository at this point in the history
  • Loading branch information
chkn committed Nov 15, 2023
1 parent 36bb819 commit 60c4498
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/Css/Browser.Css.fs
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,22 @@ type [<AllowNullLiteral; Global>] CSSStyleDeclaration =
abstract fontWeight: string with get, set
abstract glyphOrientationHorizontal: string with get, set
abstract glyphOrientationVertical: string with get, set
abstract gap: string with get, set
abstract grid: string with get, set
abstract gridArea: string with get, set
abstract gridAutoColumns: string with get, set
abstract gridAutoFlow: string with get, set
abstract gridAutoRows: string with get, set
abstract gridColumn: string with get, set
abstract gridColumnEnd: string with get, set
abstract gridColumnStart: string with get, set
abstract gridRow: string with get, set
abstract gridRowEnd: string with get, set
abstract gridRowStart: string with get, set
abstract gridTemplate: string with get, set
abstract gridTemplateAreas: string with get, set
abstract gridTemplateColumns: string with get, set
abstract gridTemplateRows: string with get, set
abstract height: string with get, set
abstract imeMode: string with get, set
abstract justifyContent: string with get, set
Expand Down Expand Up @@ -353,6 +369,7 @@ type [<AllowNullLiteral; Global>] CSSStyleDeclaration =
abstract position: string with get, set
abstract quotes: string with get, set
abstract right: string with get, set
abstract rowGap: string with get, set
abstract rubyAlign: string with get, set
abstract rubyOverhang: string with get, set
abstract rubyPosition: string with get, set
Expand Down

0 comments on commit 60c4498

Please sign in to comment.