Skip to content

Commit

Permalink
fix(docs): removed the duplicate wording (#870)
Browse files Browse the repository at this point in the history
  • Loading branch information
kmifa committed Dec 16, 2022
1 parent 2617a0d commit dbb89e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ You would then change your npm script or CLI command to run that file with Node:
| action | Object (optional) | Custom inline [actions](actions.md). The keys in this object will be the action's name and the value should be an object containing `do` and `undo` methods.
| parsers | Array[Parser] (optional) | Custom [file parsers](parsers.md) to run on input files |
| include | Array[String] (optional) | An array of file path [globs](https://github.com/isaacs/node-glob) to design token files that contain default styles. Style Dictionary uses this as a base collection of design tokens. The tokens found using the "source" attribute will overwrite tokens found using include. |
| source | Array[String] | An array of file path [globs](https://github.com/isaacs/node-glob) to design token files. Style Dictionary will do a deep merge of all of the token files, allowing you to organize your files files however you want. |
| source | Array[String] | An array of file path [globs](https://github.com/isaacs/node-glob) to design token files. Style Dictionary will do a deep merge of all of the token files, allowing you to organize your files however you want. |
| tokens | Object | The tokens object is a way to include inline design tokens as opposed to using the `source` and `include` arrays.
| properties | Object | **DEPRECATED** The properties object has been renamed to `tokens`. Using the `properties` object will still work for backwards compatibility.
| platforms | Object[Platform] | An object containing [platform](#platform) config objects that describe how the Style Dictionary should build for that platform. You can add any arbitrary attributes on this object that will get passed to formats and actions (more on these in a bit). This is useful for things like build paths, name prefixes, variable names, etc.
Expand Down

0 comments on commit dbb89e5

Please sign in to comment.