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

Remove old deprecated UnoCSS builder class #33

Closed MiguelFranken closed 3 months ago

MiguelFranken commented 7 months ago

We need to remove the old UnoCSS builder class: https://github.com/onyx-gen/onyx/blob/7a2f0cf191155d9f62d30b74af997dc163aa060e/packages/code/src/builder/unocss-builder.ts#L33

This is necessary as we already have a new builder on use: https://github.com/onyx-gen/onyx/blob/48548b163717d3bcaacd25ef77aed26ef7a7e4f8/packages/code/src/parsers/figma-node.parser.ts#L69-L72

TODOs

In short: Delete everything releated to the old builder such as Event Bus Message types, the actual builder class, etc. Changes mainly in packages/code and packages/ui.