Back to Plugins
Text Styles to Tailwind CSS

Text Styles to Tailwind CSS

Convert Figma text styles into responsive Tailwind CSS classes instantly.

Plugin Preview

Text Styles to Tailwind CSS preview

About this plugin

Convert your Figma text styles into clean, responsive Tailwind CSS classes. Perfect for developers who want a smooth Figma → Tailwind workflow without manual mapping.


✨ Features

  1. 🔄 Convert Figma text styles into Tailwind v4 classes
  2. 📱 Option to merge similar styles into one responsive class
  3. 🎨 Uses Tailwind’s default utilities where possible
  4. ⚡ Instant code export ready for your project


📖 How It Works

1. Name your text styles in Figma


Use a structure like:


Mobile/heading-1
Desktop/heading-1
Tablet/heading-1


The first segment (Mobile, Desktop, Tablet) becomes the responsive prefix.

The second segment (eg: heading-1) becomes the Tailwind class name.


2. Exported Output


With Merge Enabled → generates one responsive class:


@utility heading-1 {
@apply text-xs font-normal tablet:text-sm desktop:text-base desktop:font-bold;
}


With Merge Disabled → generates separate classes per breakpoint:


@utility mobile-heading-1 { @apply text-xs font-normal; }
@utility tablet-heading-1 { @apply text-sm font-normal; }
@utility desktop-heading-1 { @apply text-base font-bold; }


Enjoy!

Plugin Details

Version2
CreatedAugust 17, 2025
Last UpdatedAugust 19, 2025
CategorySoftware development
CreatorDaniel
Stats1 installs, 2 likes
PricingFree

Technical Details

  • API:1.0.0
  • UI:dist/index.html
  • main:dist/code.js
  • Document Access:dynamic-page
  • Editor Types:
    figma
  • Allowed Domains:
    • none