Andrew Milligan
Andrew Milligan
* Import `autoType` function in `bin/dsv2json.js` The script was still looking for `dsv.autoType`, expecting a wildcard import of the whole package, which caused the `-a` flag to throw an exception...
Usage of Harvester seems to get a little more difficult if you use a company GSuite to manage your Google sheets and whatnot. Even if you make a sheet globally...
Some Google credential additions suggested by @zstumgoren 1. Explain why users are setting up OAuth (again) in https://harvester.readthedocs.io/en/latest/google_credentials/#oauth-authentication E.g. > We recommend setting up your Harvester instance so that users...
The `styleProps` generator was converting [Figma's `TextCase` values](https://www.figma.com/plugin-docs/api/TextCase/) to CSS by lowercasing values other than `ORIGINAL`, resulting in invalid CSS values for `text-transform` like `upper` (rather than `uppercase`). This fixes...
### Describe the bug When generating the CSS rules to apply to a text segment, [the `styleProps` generator](https://github.com/the-dataface/figma2html/blob/2344e1b1069113e3a5358876e67aec9ef26d88bc/src/lib/generator/styleProps.ts#L27) uses [Figma's `TextCase` value](https://www.figma.com/plugin-docs/api/TextCase/) to decide what the value of [the `text-transform`...