theo
theo copied to clipboard
Theo is a an abstraction for transforming and formatting Design Tokens
I know you've updated to use "yargs"-perhaps you could push this change to npm?
In our token setup the order of the YML props has a meaning. e.g. colors are grouped by hue. As far as I can tell without this patch the order...
I was wondering if there were any way to use an alias with sub values like so (in a .yml file): ``` aliases: mq: value: touch: '(pointer: coarse) and (hover:...
The default for token names in the html output is camelCase. I should be able to override this by setting up a setup.js file, and defining a custom formatOption. I...
Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 9.0.0 to 9.1.0. Changelog Sourced from fs-extra's changelog. 9.1.0 / 2021-01-19 Add promise support for fs.rm() (#841, #860) Upgrade universalify for performance improvments (#825) 9.0.1 / 2020-06-03...
`const express = require('express') const app = express() const port = 3000 const theo = require("theo"); var obj = { props: [ { name: 'product-color', type:'color', value: '#ff0000', category :'font-color'...
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.13.1 to 4.0.0. Changelog Sourced from js-yaml's changelog. [4.0.0] - 2021-01-03 Changed Check migration guide to see details for all breaking changes. Breaking: "unsafe" tags !!js/function, !!js/regexp,...
I see there's no option for outputting typescript, but formats look relatively straightforward to write. Would you be interested in a typescript formatter? Thanks!
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 10.2.2 to 10.5.3. Release notes Sourced from lint-staged's releases. v10.5.3 10.5.3 (2020-12-04) Bug Fixes better logging for errors in js config files (#935) (292e882) v10.5.2 10.5.2 (2020-11-24)...