onyx-gen / onyx

A Figma plugin that helps to transform Figma Design Systems to Vue components with UnoCSS utility classes.
MIT License
4 stars 0 forks source link

Make it configurable to skip fetching icon assets from Figma #24

Closed MiguelFranken closed 7 months ago

MiguelFranken commented 7 months ago

By default: Do not fetch icons from Figma as this requires an access token to the Figma document.Open source developers might not have a access token for this repository.This pull request is a first step in the right direction. In the future we need to publish the ìconspnpm workspace package as on GitHub packages.Other modules in this Onyx project would then use an exact version instead of theworkspace:^version. This is necessary as theworkspace:^version does not include the fetched icons and processed into thedist` directory.

Closes #23