Back to Plugins

Design Tokens Manager
Import variables from JSON files, Google Sheets, CSS files, Export variables to JSON files.
variables to jsondesign tokenstokensvariablescss variablesexport variablesimport variablesdtcgspreadsheetstylesjsongoogle sheets
Plugin Preview
About this plugin
Export Variables to JSON files
- The exported JSON file format follows the technical specifications of the Design Tokens Format Module
- Each Mode in the Collection exports an independent JSON file.
- Use the Manifest.json file to describe the relationship between JSON files.
Export Styles to JSON files
- Text styles
- Effect styles (Support variables)
- Color styles: Solid color(Not recommended ), Gradient(linear, radial, angular, diamond).
- Grid Styles
Import Tokens from JSON files
- Variables: Color, Number, String, Boolean.
- Styles: coming soon
------
The import feature is developed based on the open source project figma-variables-import, thanks to the author's contribution. I will add the ability to import styles.
Import Tokens from Google Sheets
- Variables: Color, Number, String, Boolean.
Please ensure that the share settings of the spreadsheet are set to "Anyone on the internet with the link can view".
Supports importing variables from multiple css files
- Supports multi-level reference of variables
- Infer the appropriate Token type based on the variable value (may be wrong)
- Support using calc function in variables, such as:
"--base-unit":"0.25rem";
"--base-half-unit": calc(var(--base-unit) / 2);
"--font-base-unit": "var(--base-unit)";
"--font-size-12":"calc(var(--font-base-unit) * 3)"
Plugin Details
Version | 38 |
---|---|
Created | July 20, 2023 |
Last Updated | July 23, 2024 |
Category | design-tools-other |
Creator | Wenju Li |
Stats | 1536 installs, 251 likes |
Pricing | Free |
Technical Details
- API:1.0.0
- UI:build/ui.js
- main:build/main.js
- Network Access:
No restrictions required
- Editor Types:figma
- Allowed Domains:
- *
More Like This
Discover other plugins in the design-tools-other category.