Skip to content

Commit

Permalink
Revert "Fix gridGap property (stitchesjs#1099)" (stitchesjs#1101)
Browse files Browse the repository at this point in the history
This reverts commit 2deb82e.
  • Loading branch information
hadihallak authored Oct 4, 2022
1 parent 2deb82e commit 3e5cd9c
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions packages/react/types/css-types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1799,19 +1799,6 @@ export interface StandardLonghandProperties<TLength = (string & {}) | 0> {
*/
gridTemplateRows: GridTemplateRowsProperty<TLength>
/**
* The **`grid-gap`** CSS property The gap CSS property sets the gaps (gutters) between rows and columns. It is a shorthand for row-gap and column-gap.
*
* **Initial value**: `normal`
*
* | Chrome | Firefox | Safari | Edge | IE |
* | :----: | :-----: | :------: | :----: | :-: |
* | **57** | **52** | **10.1** | **16** | No |
*
* @see https://developer.mozilla.org/docs/Web/CSS/gap
*/
gridGap?: GridGapProperty<TLength>;
/**
/**
* The **`hanging-punctuation`** CSS property specifies whether a punctuation mark should hang at the start or end of a line of text. Hanging punctuation may be placed outside the line box.
*
* **Initial value**: `none`
Expand Down

0 comments on commit 3e5cd9c

Please sign in to comment.