Skip to content

Commit

Permalink
Add max width and max height
Browse files Browse the repository at this point in the history
  • Loading branch information
chasefleming committed Oct 22, 2023
1 parent c2e0272 commit 6917aae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions styles/styles.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ const (

// Box Model Properties
Width = "width"
MaxWidth = "max-width"
Height = "height"
MaxHeight = "max-height"
Padding = "padding"
PaddingTop = "padding-top"
PaddingRight = "padding-right"
Expand Down

0 comments on commit 6917aae

Please sign in to comment.