mirror of
https://github.com/penpot/penpot.git
synced 2025-06-05 04:51:39 +02:00
✨ Add border to rulers
This commit is contained in:
parent
1df4118523
commit
564843b297
11 changed files with 379 additions and 382 deletions
|
@ -212,8 +212,8 @@
|
|||
(def snap-pixel?
|
||||
(l/derived #(contains? % :snap-pixel-grid) workspace-layout))
|
||||
|
||||
(def rules?
|
||||
(l/derived #(contains? % :rules) workspace-layout))
|
||||
(def rulers?
|
||||
(l/derived #(contains? % :rulers) workspace-layout))
|
||||
|
||||
(def workspace-file
|
||||
"A ref to a striped vision of file (without data)."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue