mirror of
https://github.com/penpot/penpot.git
synced 2025-06-11 01:01:37 +02:00
⬆️ Update dependencies
This commit is contained in:
parent
5502f317ad
commit
870e4f96b2
8 changed files with 536 additions and 360 deletions
|
@ -12,7 +12,7 @@
|
|||
[clojure.data.json :as json]
|
||||
[clojure.java.io :as io]
|
||||
[cuerdas.core :as str]
|
||||
[rumext.v2.util :as mfu]))
|
||||
[rumext.v2.compiler :as mfu]))
|
||||
|
||||
;; Should match with the `ROOT_NAME` constant in gulpfile.js
|
||||
(def ROOT-NAME "app")
|
||||
|
@ -141,7 +141,7 @@
|
|||
(mfu/compile-concat :safe? false)))
|
||||
`~(binding [*css-prefix* prefix]
|
||||
(-> (into [] xform-css-case params)
|
||||
(mfu/compile-concat :safe? false))))))
|
||||
(mfu/compile-concat :safe? false))))))
|
||||
|
||||
(defmacro css-case*
|
||||
[& params]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue