to-scss-map
This parser helps you generate .scss files for each token type containing SCSS map and function / mixin to access the values of the tokens.
Last updated
This parser helps you generate .scss files for each token type containing SCSS map and function / mixin to access the values of the tokens.
Last updated
tokenNameTemplate
false
string
{{path}}-{{token}}-{{mode}}
The template the parser follows to name your tokens.
You can use the path
of your tokens, their token
name, and their respective mode
.