Skip to content

Commit

Permalink
Removing deprecated style properties with updated ones
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul-Annay committed Oct 22, 2023
1 parent 603c473 commit 7517bb8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions styles/styles.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ const (
GridAutoRows = "grid-auto-rows"
GridColumn = "grid-column"
GridColumnEnd = "grid-column-end"
GridColumnGap = "grid-column-gap"
ColumnGap = "column-gap"
GridColumnStart = "grid-column-start"
GridRow = "grid-row"
GridGap = "grid-gap"
Gap = "gap"
GridRowEnd = "grid-row-end"
GridRowGap = "grid-row-gap"
RowGap = "row-gap"
GridRowStart = "grid-row-start"
GridTemplate = "grid-template"
GridTemplateAreas = "grid-template-areas"
Expand Down

0 comments on commit 7517bb8

Please sign in to comment.