Add duplicate sets feature (#6240)

*  Add duplicate sets feature

*  Add test to each module

* 🎉 Fix comments

* 🎉 Remove duplicate from groups

* 🎉 Remove create theme from test

* 🎉 Remove ' from names
This commit is contained in:
Eva Marco 2025-04-14 16:22:40 +02:00 committed by GitHub
parent f5c699ab7a
commit eee5cf5fb4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 190 additions and 23 deletions

View file

@ -20,3 +20,6 @@
:objects shape-id
:applied-tokens]
merge applied-attributes)))
(defn get-tokens-lib [file]
(get-in file [:data :tokens-lib]))