https://github.com/mattchewone/bitovi-figma-sass
https://github.com/mattchewone/bitovi-figma-sass
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mattchewone/bitovi-figma-sass
- Owner: Mattchewone
- Created: 2025-01-08T13:14:19.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-01-08T15:35:07.000Z (4 months ago)
- Last Synced: 2025-01-23T04:38:30.914Z (4 months ago)
- Language: TypeScript
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Bitovi Figma SCSS Plugin
This plugin generates SCSS variables and mixins from selected nodes in Figma.
### Features
- Extracts fill colors from selected nodes.
- Generates SCSS variables for each color.
- Handles text nodes to extract font colors.
- Outputs the generated SCSS code to the plugin UI.## Development
Use `npm run watch` to run the typescript compiler in watch mode. This will compile the code.ts file to code.js.
### Local plugin
• In Figma, go to Plugins → Development → Import plugin from manifest…
• Select the manifest.json file.
• The plugin will now be available under Plugins → Development.