You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 7, 2025. It is now read-only.
The fact that this removes the dependency on node and technically only needs a fairly small binary would make it very convenient to have when writing dockerfiles, especially there is an easy way to install a small build of it on alpine linux.
There are quite a few docker users whose main reason to not use tailwind is because the nodejs docker image is huge, so that adding tailwind as a dependency would make the docker build more complex, but who would prefer using tailwind over writing plain css.
The fact that this removes the dependency on node and technically only needs a fairly small binary would make it very convenient to have when writing dockerfiles, especially there is an easy way to install a small build of it on alpine linux.
There are quite a few docker users whose main reason to not use tailwind is because the nodejs docker image is huge, so that adding tailwind as a dependency would make the docker build more complex, but who would prefer using tailwind over writing plain css.