Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1006 Bytes

README.md

File metadata and controls

43 lines (29 loc) · 1006 Bytes

fubukicss-tool

A browser extension to get CSS from Figma in one step.

Usage

Check it on chrome store fubukicss-tool or download zip file from here fubukicss-stage

Motivation

Due to the recent introduction of charges for Figma's dev mode, which restricts the direct export of CSS, I've developed this browser extension.

Features

  • Export Figma styles to CSS
  • Export Figma styles to tailwindcss / unocss
  • Export Figma Frame Node to image
  • List Figma colors

image

Development

Install dependencies

pnpm i

Setup dev mode

pnpm dev

Build

pnpm build

Credits