Metadata-Version: 2.1
Name: tuilwindcss
Version: 0.1.0
Author: Vincent D. Warmerdam
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
Provides-Extra: dev

# tuilwindcss

This project is inspired by [tailwind.css](https://tailwindcss.com/) to offers a similar set of classes that can be used directly to construct TUI apps with [Textual](https://textual.textualize.io/). It's an experimental project to see if it makes it easier to construct apps. 

![](tuilwindcss.png)

> Note! This project is not affiliated or endorsed by tailwind labs, but it's an awesome project. Please check out [tailwind.css](https://tailwindcss.com/) if you haven't already.

## Contents

There are two files generated by this project: `tuilwind.css` and `tuilwind.min.css`. These contain the relevant classes that mimic the names that tailwind uses.

## Demo Docs

The documentation page gives a visual gallery of all the features of the library.

## Download

To use the most recent CSS file locally, you can easily download it via: 

```
wget https://raw.githubusercontent.com/koaning/tuilwindcss/main/tuilwind.css
```

You can also pick the minified version if you prefer. 

```
wget https://raw.githubusercontent.com/koaning/tuilwindcss/main/tuilwind.min.css
```
