mirror of
https://github.com/penpot/penpot.git
synced 2025-07-22 23:27:17 +02:00
✨ Adds CSS modules to the build pipeline
This commit is contained in:
parent
0e585cd585
commit
94a98a1866
6 changed files with 134 additions and 7 deletions
|
@ -448,7 +448,7 @@
|
|||
(assert (even? (count params)))
|
||||
(str/join " " (reduce (fn [acc [k v]]
|
||||
(if (true? (boolean v))
|
||||
(conj acc (name k))
|
||||
(conj acc (d/name k))
|
||||
acc))
|
||||
[]
|
||||
(partition 2 params))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue