Skip to content

yinkakun/percent-letter-spacing-to-px

Repository files navigation

Figm Percent Letter Spacing to Px

A simple tool to convert Figma percent letter spacing values to px. Built with Next JS and styled using Tailwind CSS.


Local Installation

# Install dependencies
$ yarn install

# Serve with hot reload at localhost:3000
$ yarn dev

# Generate static project
$ yarn build