mirror of
https://github.com/penpot/penpot.git
synced 2025-01-07 15:39:42 -05:00
Cleanup
This commit is contained in:
parent
dc0a1c1555
commit
3182ff1e15
1 changed files with 0 additions and 4 deletions
|
@ -6,10 +6,6 @@
|
||||||
[clojure.set :as set]
|
[clojure.set :as set]
|
||||||
[cuerdas.core :as str]))
|
[cuerdas.core :as str]))
|
||||||
|
|
||||||
(defn get-workspace-token
|
|
||||||
[token-id state]
|
|
||||||
(get-in state [:workspace-data :tokens token-id]))
|
|
||||||
|
|
||||||
(def parseable-token-value-regexp
|
(def parseable-token-value-regexp
|
||||||
"Regexp that can be used to parse a number value out of resolved token value.
|
"Regexp that can be used to parse a number value out of resolved token value.
|
||||||
This regexp also trims whitespace around the value."
|
This regexp also trims whitespace around the value."
|
||||||
|
|
Loading…
Reference in a new issue