Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rorkh/tailwind-d

Tailwind for D lang
https://github.com/rorkh/tailwind-d

Last synced: 22 days ago
JSON representation

Tailwind for D lang

Awesome Lists containing this project

README

        

# tailwind.d

[![tailwind.d - Docs](https://img.shields.io/badge/tailwind.d-Docs-blue)](https://rorkh.github.io/tailwind-d/tailwind.html)

Tailwind for D lang.

# Prerequisites

To use Tailwind.d you need to install Tailwind CLI.

```sh
npm install -D tailwindcss
```

# Installation

```sh
dub add tailwind-d
```

# Examples

Minimal hello world example: [link](https://github.com/Rorkh/tailwind.d-vibe.d/)