Skip to content

Commit

Permalink
fix: add more docs
Browse files Browse the repository at this point in the history
  • Loading branch information
omariosouto committed Aug 1, 2022
1 parent 3f57377 commit e39dcce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/stylesheet/stylesheet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export interface StyleSheet {
backgroundColor?: background;

// [flexbox] ===============================================================
/** https://developer.mozilla.org/en-US/docs/Web/CSS/flex */
flex?: flex;
/** https://developer.mozilla.org/pt-BR/docs/Web/CSS/align-items */
alignItems?: alignItems;
Expand Down

1 comment on commit e39dcce

@vercel
Copy link

@vercel vercel bot commented on e39dcce Aug 1, 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.