Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rorkh/tailwind-d
- Owner: Rorkh
- License: mit
- Created: 2023-09-13T21:18:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-13T22:07:22.000Z (over 1 year ago)
- Last Synced: 2023-09-14T00:17:18.901Z (over 1 year ago)
- Language: D
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)