mirror of
https://github.com/penpot/penpot.git
synced 2025-07-14 05:57:19 +02:00
✨ Grid area attributes for html generation
This commit is contained in:
parent
f639c73d03
commit
d420f30835
5 changed files with 126 additions and 25 deletions
|
@ -100,6 +100,7 @@ body {
|
|||
;; Grid related properties
|
||||
:grid-template-rows
|
||||
:grid-template-columns
|
||||
:grid-template-areas
|
||||
|
||||
;; Flex/grid self properties
|
||||
:flex-shrink
|
||||
|
@ -114,6 +115,7 @@ body {
|
|||
;; Grid cell properties
|
||||
:grid-column
|
||||
:grid-row
|
||||
:grid-area
|
||||
])
|
||||
|
||||
(def text-node-css-properties
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue