From b4a98f936eaf71346c99902402439323785e0e72 Mon Sep 17 00:00:00 2001 From: Mats Rauhala Date: Fri, 13 Oct 2023 12:53:00 +0300 Subject: [PATCH] Add a preprocessing script --- preprocess.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 preprocess.sh diff --git a/preprocess.sh b/preprocess.sh new file mode 100755 index 0000000..d8e382d --- /dev/null +++ b/preprocess.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +tailwindcss -i tailwind.css -o rauhala.info/css/index.css