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
In other words, the repeated prop names ("px" and "1") are omitted from the $margins map.
Rationale
Since I'm using SCSS maps, I don't need to prefix the name of the token with the category, however this means that between categories I am reusing the same name.
The text was updated successfully, but these errors were encountered:
When importing a few files, any prop names that repeat will be overwritten.
The Issue
Given a set of files:
Expected Output
When converting
dimensions.yml
, using a slightly modifiedmap.scss
format that groups by cateogry instead of file-name, I expect to see:Actual Output
Instead I'm seeing:
In other words, the repeated prop names ("px" and "1") are omitted from the
$margins
map.Rationale
Since I'm using SCSS maps, I don't need to prefix the name of the token with the category, however this means that between categories I am reusing the same name.
The text was updated successfully, but these errors were encountered: