mirror of
https://github.com/penpot/penpot.git
synced 2025-06-12 21:41:39 +02:00
💄 Redesign rulers
This commit is contained in:
parent
bb4d3583e1
commit
e55c3f3841
4 changed files with 138 additions and 76 deletions
|
@ -199,6 +199,9 @@
|
|||
(def snap-pixel?
|
||||
(l/derived #(contains? % :snap-pixel-grid) workspace-layout))
|
||||
|
||||
(def rules?
|
||||
(l/derived #(contains? % :rules) workspace-layout))
|
||||
|
||||
(def workspace-file
|
||||
"A ref to a striped vision of file (without data)."
|
||||
(l/derived (fn [state]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue