Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 366 Bytes

File metadata and controls

15 lines (8 loc) · 366 Bytes

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