in blog | timonweb.com |
---|---|
original entry | You can now use 'pip' to install Tailwind CSS. Node.js is no longer required! |
I recently released pytailwindcss, a Python package that lets you install the Tailwind CSS executable via pip
with just one command:
pip install pytailwindcss
After the installation is complete, use the terminal to run the tailwindcss
command:
tailwindcss
Behind the scenes, it runs a standalone Tailwind CSS build that …