mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
✨ Flex layout modifiers wasm implementation
* ✨ Flex layout modifiers wasm implementation * ✨ Flex auto modifiers propagation
This commit is contained in:
@@ -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 |
|
||||
|
||||
Reference in New Issue
Block a user