Skip to content

Commit 345e5d7

Browse files
committed
flex: delete AlignContent
1 parent 548aa5f commit 345e5d7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

internal/comp/flex.go

-5
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@ func (f Flex) set(key string, value any) Flex {
1414
return f
1515
}
1616

17-
// AlignContent sets vertical distribution for multiple lines. Options: normal | flex-start | flex-end | center | space-between | space-around | space-evenly | stretch
18-
func (f Flex) AlignContent(value string) Flex {
19-
return f.set("alignContent", value)
20-
}
21-
2217
// AlignItems sets vertical alignment. Options: stretch | start | flex-start | flex-end | end | center | baseline
2318
func (f Flex) AlignItems(value string) Flex {
2419
return f.set("alignItems", value)

0 commit comments

Comments
 (0)