This project is a small plugin for Figma to generate easily tailwind css config file directly from design.
- Run
yarnto install dependencies. - Run
yarn devto start webpack in watch mode. - Open
Figma->Plugins->Development->New Plugin...and choosemanifest.jsonfile from this repo.
⭐ To change the UI of your plugin (the react code), start editing ui.tsx.
⭐ To interact with the Figma API edit code.ts.
⭐ Read more on the Figma API Overview.
This project is using:
- React + Webpack
- TypeScript
- TSLint