mirror of
https://github.com/penpot/penpot.git
synced 2025-05-23 02:16:14 +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
|
@ -124,11 +124,11 @@
|
|||
|
||||
style-code
|
||||
(mf/use-memo
|
||||
(mf/deps fontfaces-css style-type all-children cg/generate-style-code)
|
||||
(mf/deps fontfaces-css style-type shapes all-children cg/generate-style-code)
|
||||
(fn []
|
||||
(dm/str
|
||||
fontfaces-css "\n"
|
||||
(-> (cg/generate-style-code objects style-type all-children)
|
||||
(-> (cg/generate-style-code objects style-type shapes all-children)
|
||||
(cb/format-code style-type)))))
|
||||
|
||||
markup-code
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue