Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ecklf/tailwindcss-figma-plugin

Figma Plugin for Tailwind CSS
https://github.com/ecklf/tailwindcss-figma-plugin

figma plugin tailwindcss

Last synced: 4 months ago
JSON representation

Figma Plugin for Tailwind CSS

Awesome Lists containing this project

README

        

# Tailwind CSS Figma Plugin

![Figma Plugin CI](https://github.com/impulse/tailwindcss-figma-plugin/workflows/Figma%20Plugin%20CI/badge.svg) [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/impulse/tailwindcss-figma-plugin/blob/master/LICENSE) ![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)

[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors-)

Making your life with Tailwind CSS and Figma easier.

![plugin banner](./images/banner.png)

## Usage

1. Generate a resolved TailwindCSS config (make sure dependencies are installed)

```sh
$ cd yourtailwindproject/
$ npx tailwind.json
```

2. Drag the generated `tailwind.json` in the plugin.
3. Done!

## Setup

This Plugin will only work when running within Figma since it relies on its API.

Go to the Plugins tab and add this projects `manifest.json`. For more info read the [Figma docs](https://www.figma.com/plugin-docs/intro/)

1. Then, install your dependencies:

```sh
$ yarn install
```

2. The config offers either a dev or build script

```sh
$ yarn dev
$ yarn build
```

## Hot Reloading (macOS only)

Not the smoothest experience, but way better than needing to press a hotkey. In case you use the Figma Beta change App name in `applescript.sh`.

```sh
$ brew install modd
$ cd tailwindcss-figma-plugin/
$ modd
```

## License

MIT

## Contributors ✨

Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):



KA95DEV

💻

Roberto Leinardi

🤔 💻

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!