Re-did homepage styling

This commit is contained in:
2024-08-06 14:37:44 -06:00
parent 631693db70
commit fdc16cc1aa
6 changed files with 13 additions and 29 deletions

View File

@ -107,6 +107,9 @@ echo "module.exports = {
plugins: [require('daisyui'), require('@tailwindcss/typography')],
}" > tailwind.config.js
# Delete original CSS file if it exists
rm -f "${OUTPUT_DIR}/styles.css"
# Run the binary with the generated config
$BINARY build -i ./base.css -c tailwind.config.js -o "${OUTPUT_DIR}/styles.css" --minify