Add duplicate sets feature (#6240)
Some checks are pending
Commit Message Check / Check Commit Message (push) Waiting to run

*  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
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]))