You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ah, it looks like in the scss/variables format we are sorting all the tokens to make sure references are at the end, but not accounting for nested references... We need to fix that somehow
After following https://amzn.github.io/style-dictionary/#/version_3?id=output-references, I noticed this works most of the time, but for some reason it generates the following
scss
errors for nested aliased properties. Does the output account for alias dependencies?This throws a
SassError: Undefined variable.
.I couldn't find a relating issue, is this a known issue?
Input
Config
Font
Component
Output
_variables.scss
$font-family-default
is placed at the end of the file, but is used prior to being defined.The text was updated successfully, but these errors were encountered: