/cryptonomic.tech

Cryptonomic Website

Primary LanguageHTML

Cryptonomic Inc Website

Tailwind CSS Setup

Start a Watcher

To start a watcher for your Tailwind CSS files, use the following command:

./tailwindcss -i input.css -o output.css --watch

Compile and Minify CSS for Production

To compile and minify your CSS for production, run the following command:

./tailwindcss -i input.css -o output.css --minify