mirror of https://github.com/penpot/penpot.git
Add legacy macro
This commit is contained in:
parent
80e8903754
commit
7758e48c48
|
|
@ -0,0 +1,5 @@
|
|||
(ns app.main.ui.workspace.tokens.macros)
|
||||
|
||||
(defmacro legacy
|
||||
"Purely annotational macro to find instances later to remove when the refactor to tokens-lib is done."
|
||||
[& body] `(do ~@body))
|
||||
Loading…
Reference in New Issue