🐛(tokens) fix scss generator

scss maps expect keys between quotes like:
$map = (
  'key': value,
)
This commit is contained in:
Romain Le Cellier
2023-04-27 14:38:00 +02:00
parent 1b9fb93bda
commit b9d2f2955f
3 changed files with 27 additions and 10 deletions

View File

@@ -0,0 +1,5 @@
---
"@openfun/cunningham-tokens": minor
---
Fix SassGenerator