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
Requires-Dist: textual (>=0.13.0)
Requires-Dist: radicli (>=0.0.15)
Requires-Dist: srsly (>=2.4.6)
Requires-Dist: parse (>=1.19.0)
Provides-Extra: dev
Requires-Dist: pytest (>=5.4.3) ; extra == 'dev'
Requires-Dist: black (>=19.10b0) ; extra == 'dev'
Requires-Dist: flake8 (>=3.8.3) ; extra == 'dev'
Requires-Dist: mktestdocs (>=0.1.0) ; extra == 'dev'
Requires-Dist: interrogate (>=1.2.0) ; extra == 'dev'
Requires-Dist: isort (==5.12.0) ; extra == 'dev'
Requires-Dist: autoflake (==2.0.1) ; 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
```
