♻️(tokens) handle custom tokens in SassGenerator

Previously the generator was only handling hard-defined design tokens
preventing to make custom tokens to appear in the scss generated file.
This new way of generating the file handles custom tokens in a more
generic way.
This commit is contained in:
Nathan Vasse
2023-07-13 12:58:26 +02:00
committed by NathanVss
parent d4e98d17e9
commit cfd0f7e9d8
3 changed files with 45 additions and 56 deletions

View File

@@ -0,0 +1,5 @@
---
"@openfun/cunningham-tokens": minor
---
handle custom tokens in SassGenerator