Skip to content

Commit

Permalink
Update flexbox.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
omariosouto committed Aug 12, 2022
1 parent b753bb9 commit aecbba5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions lib/stylesheet/properties/flexbox.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ export type justifyContent =
| "center"
| "flex-start"
| "flex-end"
| "spaceBetween"
| "spaceAround"
| "spaceEvenly"
| "space-between"
| "space-around"
| "space-evenly"
>
| "center"
| "flex-start"
| "flex-end"
| "spaceBetween"
| "spaceAround"
| "spaceEvenly";
| "space-between"
| "spacearound"
| "space-evenly";

1 comment on commit aecbba5

@vercel
Copy link

@vercel vercel bot commented on aecbba5 Aug 12, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.