mirror of
https://github.com/penpot/penpot.git
synced 2025-06-11 06:31:41 +02:00
Merge pull request #3752 from penpot/alotor-redesign-rules
💄 Redesign rulers
This commit is contained in:
commit
bd1c6296a9
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