mirror of
https://github.com/penpot/penpot.git
synced 2025-06-12 00:01:39 +02:00
🐛 Make the layout boards export as responsive markup
This commit is contained in:
parent
6bf3363429
commit
5c33bc6892
5 changed files with 82 additions and 69 deletions
|
@ -19,8 +19,8 @@
|
|||
(generate-markup objects shapes)))
|
||||
|
||||
(defn generate-style-code
|
||||
[objects type shapes]
|
||||
[objects type root-shapes all-shapes]
|
||||
(let [generate-style
|
||||
(case type
|
||||
"css" css/generate-style)]
|
||||
(generate-style objects shapes)))
|
||||
(generate-style objects root-shapes all-shapes)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue