A9 - Step-by-Step Export Process
This section provides detailed, step-by-step instructions for exporting CSS from Figma using Kolibri Sync. The process differs depending on whether you're exporting Figma variables or styles, and whether you're working with single-mode or light/dark mode variables.
Exporting Figma Styles as CSS
Select "Style" as Source
In the Export tab, locate the "Source" section
Select the "Styles" radio button
The interface will automatically show the variables export section
Select Export Format
Choose your preferred color format: HEX, RGB or HSL
Consider your project requirements when selecting format
Click "Export" Button
Click the "Export" button to generate the CSS
The plugin will process all color styles in the selected collection and mode
Copy CSS Output
The generated CSS will appear in the output textarea
Review the CSS for accuracy and organization
Copy the CSS to your clipboard
Paste the CSS into your project's stylesheet

Exporting Figma Variables as CSS
Select "Variables" as Source
In the Export tab, locate the "Source" section
Select the "Variables" radio button
The interface will automatically show the variables export section
Select Export Format
Choose your preferred color format: HEX, RGB or HSL
Consider your project requirements when selecting format
Select a Collection
Choose the variable collection you want to export from the dropdown
Choose the specific mode within the collection
For single mode: Select one mode (e.g., "Default", "Light", "Dark")
For multiple modes: Click on the + button and select both light and dark modes for theme support
Click "Export" Button
Click the "Export" button to generate the CSS
The plugin will process all variables in the selected collection and mode
Copy CSS Output
The generated CSS will appear in the output textarea
Review the CSS for accuracy and organization
Copy the CSS to your clipboard
Paste the CSS into your project's stylesheet

Exporting in Figma created Color Palette as CSS
Select "Figma" as Source
In the Export tab, locate the "Source" section
Select the "Figma" radio button
The interface will automatically show the variables export section
Select Export Format
Choose your preferred color format: HEX, RGB or HSL
Consider your project requirements when selecting format
On the Figma Canvas, select the desired color palette for export
Export options include selecting either the light mode or the dark mode individually.
Alternatively, both light and dark modes can be exported together.
Click "Export" Button
Click the "Export" button to generate the CSS
The plugin will process all variables in the selected collection and mode
Copy CSS Output
The generated CSS will appear in the output textarea
Review the CSS for accuracy and organization
Copy the CSS to your clipboard
Paste the CSS into your project's stylesheet

Last updated