0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-06 14:50:20 -05:00
This commit is contained in:
Florian Schroedl 2024-09-30 15:08:18 +02:00
parent dc0a1c1555
commit 3182ff1e15

View file

@ -6,10 +6,6 @@
[clojure.set :as set]
[cuerdas.core :as str]))
(defn get-workspace-token
[token-id state]
(get-in state [:workspace-data :tokens token-id]))
(def parseable-token-value-regexp
"Regexp that can be used to parse a number value out of resolved token value.
This regexp also trims whitespace around the value."