Skip to content

Commit

Permalink
fix: #31 update config to output correct data from Tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
blackfalcon authored and AuroDesignSystem committed Nov 14, 2020
1 parent 57c0b2b commit c548d98
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@
]
},
"JSmodule--color": {
"prefix": "auro",
"transformGroup": "js",
"comment": "File type: JS; data type: JS; filter: colors || public",
"buildPath": "./dist/tokens/",
Expand All @@ -189,6 +190,7 @@
]
},
"JSes6--color": {
"prefix": "auro",
"transformGroup": "js",
"comment": "File type: JS; data type: JS; filter: colors || public",
"buildPath": "./dist/tokens/",
Expand All @@ -207,6 +209,7 @@
},
"JSObject--allTokens": {
"transformGroup": "js",
"prefix": "auro",
"comment": "File type: JS; data type: JS; filter: classic colors",
"buildPath": "./dist/tokens/",
"transforms": ["attribute/cti", "name/cti/kebab", "color/css"],
Expand Down

0 comments on commit c548d98

Please sign in to comment.