mirror of
https://github.com/penpot/penpot.git
synced 2025-01-21 06:02:32 -05:00
Add legacy macro
This commit is contained in:
parent
80e8903754
commit
7758e48c48
1 changed files with 5 additions and 0 deletions
5
frontend/src/app/main/ui/workspace/tokens/macros.clj
Normal file
5
frontend/src/app/main/ui/workspace/tokens/macros.clj
Normal file
|
@ -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…
Add table
Reference in a new issue