You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .figma/publishing-info.txt
+6-5Lines changed: 6 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,14 @@
1
1
TAGLINE:
2
-
Export Figma Variables to JSON and CSV
2
+
Export Figma Variables to JSON, JS, CSV and CSS.
3
3
4
4
DESCRIPTION:
5
-
VarVar is a Figma plugin that allows you to export your Figma variables to JSON, CSV or CSS formats, making it easier to integrate your design tokens into your development workflow.
5
+
VarVar is a Figma plugin that allows you to export your Figma variables to JSON, JS, CSV or CSS formats, making it easier to integrate your design tokens into your development workflow.
6
6
7
7
Features
8
-
Export Figma variables to JSON, CSV or CSS formats
8
+
Export Figma variables to JSON, JS, CSV or CSS formats
9
9
Identifies linked variables
10
10
JSON: linked variables start with $.VARIABLE.PATH
11
+
JS: linked variables start with VARIABLE.PATH (without quotes)
11
12
CSV: linked variables start with =VARIABLE/PATH
12
13
CSS: linked variables will call CSS function var(--VARIABLE)
13
14
Preview exported data within the plugin interface
@@ -17,15 +18,15 @@ Usage
17
18
Design Mode
18
19
Open your Figma file containing variables
19
20
Run the VarVar plugin from the Plugins menu
20
-
Choose your desired export format (JSON, CSV or CSS)
21
+
Choose your desired export format (JSON, JS, CSV or CSS)
21
22
Click "Export Variables"
22
23
The exported file will be automatically downloaded
23
24
24
25
Dev Mode
25
26
Open your Figma file containing variables
26
27
Switch to Dev Mode
27
28
Run the VarVar plugin from the Plugins menu
28
-
Choose your desired export format (JSON, CSV or CSS)
29
+
Choose your desired export format (JSON, JS, CSV or CSS)
29
30
Click "Export Variables"
30
31
The exported file will be automatically downloaded
0 commit comments