Skip to content

Commit 49e13c3

Browse files
committed
Added flex-start
1 parent 68f31b6 commit 49e13c3

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

css/.property_display.go.swp

12 KB
Binary file not shown.

css/property_display.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ func AlignItems(value itemAlign) Property {
5858
type justifyContent string
5959

6060
const FlexEnd justifyContent = "flex-end"
61+
const FlexStart justifyContent = "flex-start"
6162

6263
func JustifyContent(value justifyContent) Property {
6364
property := Property{propertyType: "justify-content"}

0 commit comments

Comments
 (0)