In our aliases we have specific values for our screen size tokens, which are used for things like media queries.
https://github.com/mozilla/protocol-tokens/blob/master/tokens/_aliases.yml#L134-L138
While our media queries are all ok since they are also defined in the aliases file, the actual tokens values for screen are output incorrectly in our actual variables, since they are mapped to content values (probably in error).
https://github.com/mozilla/protocol-tokens/blob/master/tokens/content.yml#L21-L30
In our aliases we have specific values for our
screensize tokens, which are used for things like media queries.https://github.com/mozilla/protocol-tokens/blob/master/tokens/_aliases.yml#L134-L138
While our media queries are all ok since they are also defined in the aliases file, the actual tokens values for
screenare output incorrectly in our actual variables, since they are mapped tocontentvalues (probably in error).https://github.com/mozilla/protocol-tokens/blob/master/tokens/content.yml#L21-L30