mirror of
https://github.com/penpot/penpot.git
synced 2025-06-24 12:46:59 +02:00
♻️ remove new css from other elements
This commit is contained in:
parent
480251c41c
commit
c14fe661df
19 changed files with 702 additions and 1539 deletions
|
@ -14,10 +14,6 @@
|
|||
(defn ^:export is-components-v2 []
|
||||
(features/active-feature? @st/state "components/v2"))
|
||||
|
||||
(defn ^:export new-css-system []
|
||||
(tm/schedule-on-idle #(st/emit! (features/toggle-feature "styles/v2")))
|
||||
nil)
|
||||
|
||||
(defn ^:export grid []
|
||||
(tm/schedule-on-idle #(st/emit! (features/toggle-feature "layout/grid")))
|
||||
nil)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue