create-figma-plugin
create-figma-plugin copied to clipboard
:battery: The comprehensive toolkit for developing plugins and widgets for Figma and FigJam
https://github.com/yuanqing/create-figma-plugin/issues/112#issuecomment-1175140905
I most miss the ability to nest rules... It'd be nice to either support modules like `postcss-nested` (or whatever is defined in `postcss.config.js`) or SCSS support as an option.
info Building... error esbuild error Only file and data URLs are supported by the default ESM loader. On Windows, absolute paths must be valid file:// URLs. Received protocol 'c:'
When using the event handlers in an iframe that points to another domain, you're required to specify the plugin id (or wildcard with '*') Could the `emit` function accept an...
When using `preact/compat` (i.e. when any dependency uses React directly), `onFocus` event will bubble (to match React behavior): https://github.com/preactjs/preact/pull/3355 For dropdown this will cause a selection bug (mousedown on an...
I think This would be how the tooltip component can be used: ```js Line height ``` or ```js /* tooltip trigger */ ``` Also, Textbox components would be much more...
Hi @yuanqing — I found a few missing Layer Icon components that would be nice to have included. **Missing layer icons based on node type:** - BOOLEAN_OPERATION - POLYGON -...