#!/bin/bash
echo "Building Tailwind CSS..."
npx tailwindcss -i ./src/css/app.css -o ./web/dist/css/app.css --minify
echo "CSS built successfully!"
