A subset of tailwind as pure CSS
Find a file
2024-01-28 02:26:07 -03:00
bin Update bin/build 2024-01-28 02:25:54 -03:00
dist Regen dist/ 2024-01-28 02:26:07 -03:00
src Add src/tail/font 2024-01-28 02:25:42 -03:00
.gitignore First commit 2024-01-27 02:28:15 -03:00
.projectile First commit 2024-01-27 02:28:15 -03:00
README.md Add the why 2024-01-27 03:25:27 -03:00
shim.rb First commit 2024-01-27 02:28:15 -03:00

About

tail.css provides a small subset of tailwind that has been extracted from a hobby project. A prebuilt copy of 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). There are compressed copies of those files included in dist/ - they weigh in at around 6KB.

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.

Build

$ bin/build

License

Copyright belongs to the tailwind project.
See tailwindcss/LICENSE.