Include JSON file in colour search
未关闭
enhancement
- 主要语言
- CoffeeScript
- 星标
- 518
- 派生
- 70
- PR 合并指标
- 30 天内没有已合并 PR
描述
I have a json file in the root of my project called `colours.json` which is used across a few systems. It looks a bit like
```javascript
{
"tones-dark": "#4C4C4E",
"tones-grey": "#959597",
"tones-light": "#D8D8D9",
"type-disabled": "#8c8c8c",
"type-bold": "#222426",
}
```
Is it possible to configure pigments to use this? I am not able to hook it up.
贡献指南
评估
这个 Issue 还没有评估数据。