mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 11:28:22 +02:00
Fix theme select
This commit is contained in:
parent
191d957984
commit
9b2993a344
2 changed files with 15 additions and 15 deletions
|
@ -16,6 +16,10 @@
|
|||
[cljs.analyzer.api :as aapi]
|
||||
[cuerdas.core :as str]))
|
||||
|
||||
(defmacro fixme
|
||||
"Purely annotational macro to find instances later to remove when the refactor to tokens-lib is done."
|
||||
[& body] `(do ~@body))
|
||||
|
||||
(defmacro legacy
|
||||
"Purely annotational macro to find instances later to remove when the refactor to tokens-lib is done."
|
||||
[& body] `(do ~@body))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue