2024-01-27 06:28:15 +01:00
|
|
|
## About
|
|
|
|
|
|
|
|
tail.css provides a small subset of
|
|
|
|
[tailwind](https://tailwindcss.com/)
|
|
|
|
that has been extracted from a hobby project. A prebuilt copy of
|
|
|
|
[dist/tail.css](dist/tail.css)
|
|
|
|
is provided in case you don't have access to the Ruby sass compiler,
|
|
|
|
along with a minimized copy
|
|
|
|
([dist/tail.min.css](dist/tail.min.css)).
|
2024-01-27 07:03:36 +01:00
|
|
|
There are compressed copies of those files included in
|
2024-01-27 07:07:31 +01:00
|
|
|
[dist/](dist/) - they weigh in at around 6KB.
|
2024-01-27 06:28:15 +01:00
|
|
|
|
2024-01-27 07:25:27 +01:00
|
|
|
## Why ?
|
|
|
|
|
|
|
|
I found it to be near impossible to use tailwind without a nodejs
|
|
|
|
environment. But not every project I work on has nodejs available.
|
|
|
|
That's why I decided to build a vanilla CSS file I could include
|
|
|
|
in any project - with or without nodejs.
|
|
|
|
|
2024-01-27 06:28:15 +01:00
|
|
|
## Build
|
|
|
|
|
|
|
|
$ bin/build
|
|
|
|
|
|
|
|
## License
|
|
|
|
|
|
|
|
Copyright belongs to the
|
|
|
|
[tailwind project](https://tailwindcss.com/).
|
2024-01-27 06:45:14 +01:00
|
|
|
<br>
|
2024-01-27 06:44:14 +01:00
|
|
|
See [tailwindcss/LICENSE](https://github.com/tailwindlabs/tailwindcss/blob/master/LICENSE).
|