Skip to content

Commit

Permalink
$mol_style_properties, added text
Browse files Browse the repository at this point in the history
  • Loading branch information
zerkalica committed Oct 11, 2023
1 parent b01632a commit 43212c8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions style/properties/properties.ts
Original file line number Diff line number Diff line change
Expand Up @@ -592,6 +592,10 @@ namespace $ {

}>

text?: {
wrap?: 'wrap' | 'nowrap' | Common
},

/**
* How a flex item will grow or shrink to fit the space available in its flex container. It is a shorthand for `flexGrow`, `flexShrink`, and `flexBasis`.
* @see https://developer.mozilla.org/en-US/docs/Web/CSS/flex
Expand Down

0 comments on commit 43212c8

Please sign in to comment.