This document outlines planned features and improvements for @baur-software/figma-to.
- Figma REST API and MCP server input support
- MCP variable defs - Direct support for
get_variable_defsoutput includingFont()andEffect()strings - Tailwind CSS v4
@themeoutput with OKLCH/hex colors - Ionic Framework CSS custom properties with full color variants
- Light/dark mode support from Figma variable modes
- W3C DTCG-aligned normalized token schema
- CLI tool -
figma-to syncandfigma-to pushcommands - SCSS/Sass output - Variables, maps, and mixins
- TokenTypeRegistry - Extensible architecture for adding new token types (Open/Closed principle)
- Token linting - 19 built-in rules with dotfile config and presets
- Bidirectional sync - Push tokens back to Figma via figma-mcp-write-server
- CSS/SCSS input - Parse existing CSS variables and SCSS $variables/maps
| Feature | Category | Effort | Description |
|---|---|---|---|
| CSS-in-JS | Output | Medium | styled-components, Emotion, vanilla-extract objects |
| Watch mode | DX | Medium | Auto-regenerate on Figma webhook events |
| Feature | Category | Effort | Description |
|---|---|---|---|
| Tokens Studio | Input | Medium | Import from Tokens Studio JSON format |
| Style Dictionary | Input | Medium | Parse Style Dictionary token files |
| React Native | Output | Medium | StyleSheet-compatible output for mobile |
| Vite plugin | Framework | Medium | Vite plugin with HMR support |
| VS Code extension | DX | Medium | Sync from editor command palette |
| Feature | Category | Effort | Description |
|---|---|---|---|
| CSS Modules | Output | Small | Scoped CSS module files |
| Swift/Kotlin | Output | Medium | Native mobile platform constants |
| Android XML | Output | Small | Android resource XML format |
| Nuxt module | Framework | Medium | Vue project integration |
| Astro integration | Framework | Small | Astro integration |
| Figma plugin | DX | Large | Export directly from Figma UI |
| Adobe XD | Input | Medium | Adobe XD design tokens |
| Sketch | Input | Medium | Sketch document colors/styles |
| Migration helpers | Tooling | Small | Upgrade paths between versions |
- Typography composites - Full text style tokens
- Shadow tokens - Box shadow and drop shadow
- Gradient tokens - Linear, radial, and conic
- Border tokens - Width, style, and composites
- Animation tokens - Keyframes and sequences
- Figma REST API - Direct Figma file access
- Figma MCP Server -
get_variable_defsintegration - CSS Input - Parse CSS custom properties (
--var: value) - SCSS Input - Parse
$variablesand Sass maps
- Tailwind CSS v4 -
@themewith OKLCH/hex - Ionic Framework - CSS custom properties
- SCSS/Sass - Variables, maps, and mixins
- Figma Output - Push tokens to Figma via figma-mcp-write-server
- Next.js - Build-time theme generation with TypeScript types
- CLI tool -
npx figma-to syncandnpx figma-to push - Diff output - Show changes between syncs
- Dry run mode - Preview without writing
- GitHub Actions - CI/CD with test workflow (release auth scope pending)
- 19 built-in rules covering naming, values, structure, and references
- Dotfile config (
.figmatorc,figma-to.config.js, package.json) - Built-in presets:
recommended,strict,minimal - Type validation: color, dimension, typography, shadow, gradient, border, cubic-bezier
- Structural checks: circular references, mode consistency, broken references
- Figma-specific: hidden from publishing detection
- SCSS Agent - Claude agent for SCSS output
- React Native Agent - Mobile StyleSheet generation
- CSS-in-JS Agent - styled-components/Emotion output
- Multi-platform Agent - Single agent, multiple formats
Building on the Figma Output Adapter (v0.5.0), future enhancements could include:
- Conflict detection and resolution strategies
- Automatic sync triggers on file save
- Version history and rollback support
- Team collaboration workflows
See CONTRIBUTING.md for how to implement new adapters and contribute to the project.
We follow Semantic Versioning:
- Major: Breaking changes to public API or output format
- Minor: New adapters, token types, or backward-compatible features
- Patch: Bug fixes and documentation updates
Have a feature request? Open an issue on GitHub or start a discussion.