0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-10 00:40:30 -05:00

🐛 Add missing default flag for styles/v2

This commit is contained in:
Andrey Antukh 2023-11-21 16:37:38 +01:00
parent a97ec1b6df
commit eadb67f728

View file

@ -12,7 +12,8 @@
(def default (def default
"A common flags that affects both: backend and frontend." "A common flags that affects both: backend and frontend."
[:enable-registration [:enable-registration
:enable-login-with-password]) :enable-login-with-password
:enable-feature-styles-v2])
(defn parse (defn parse
[& flags] [& flags]