mirror of
https://github.com/penpot/penpot.git
synced 2025-05-28 22:46:11 +02:00
✨ Flex layout modifiers wasm implementation
* ✨ Flex layout modifiers wasm implementation * ✨ Flex auto modifiers propagation
This commit is contained in:
parent
fa9d8a9b15
commit
fa0da3a695
13 changed files with 1400 additions and 219 deletions
|
@ -162,6 +162,16 @@ Shadow styles are serialized as `u8`:
|
|||
| 3 | Stretch |
|
||||
| \_ | error |
|
||||
|
||||
### Align self
|
||||
|
||||
| Value | Field |
|
||||
| ----- | ------- |
|
||||
| 0 | Start |
|
||||
| 1 | End |
|
||||
| 2 | Center |
|
||||
| 3 | Stretch |
|
||||
| \_ | error |
|
||||
|
||||
### Align Content
|
||||
|
||||
| Value | Field |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue