Files
penpot/frontend/src/app/main/ui/workspace/tokens/macros.clj
Florian Schroedl 7758e48c48 Add legacy macro
2024-09-24 14:31:19 +02:00

6 lines
189 B
Clojure

(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))