Yevhen Smoliy
Yevhen Smoliy
### Description `redocly/cli` [release](https://github.com/Redocly/redocly-cli/pull/730) `1.0.0-beta101` was failed due to publishing code that use package that do not exist in `packages/cli/package.json`, but instead this package exist in root `package.json`. Also we...
## Version `storybook-design-token`: `2.6.0` ## Steps to Reproduce Create basic storybook with next `design-tokens`. Example: ```css :root { /** * @tokens Animations * @presenter Animation */ --animation-rotate: rotate 1.2s infinite...
## What/Why/How? Add error handle in cases if `definition` does not exist. Previously `cli` throw native error Also there was and issue if `root` of apis provided as link. See...