mirror of
https://github.com/penpot/penpot.git
synced 2025-06-18 12:31:39 +02:00
⚡ Add CSS cursor classes
This commit is contained in:
parent
0682ed101d
commit
216454f66f
12 changed files with 136 additions and 50 deletions
|
@ -18,6 +18,7 @@
|
|||
[app.main.ui :as ui]
|
||||
[app.main.ui.alert]
|
||||
[app.main.ui.confirm]
|
||||
[app.main.ui.cursors :as cursors]
|
||||
[app.main.ui.delete-shared]
|
||||
[app.main.ui.modal :refer [modal]]
|
||||
[app.main.ui.routes :as rt]
|
||||
|
@ -44,6 +45,7 @@
|
|||
|
||||
(defn init-ui
|
||||
[]
|
||||
(cursors/init-styles)
|
||||
(mf/mount (mf/element ui/app) (dom/get-element "app"))
|
||||
(mf/mount (mf/element modal) (dom/get-element "modal")))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue