From b508efd50fdd1c0900dd0adaad0f791f9f465952 Mon Sep 17 00:00:00 2001 From: eraden Date: Wed, 23 Oct 2024 14:17:55 +0200 Subject: [PATCH] Build css --- rswind.config.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 rswind.config.json diff --git a/rswind.config.json b/rswind.config.json new file mode 100644 index 0000000..0634149 --- /dev/null +++ b/rswind.config.json @@ -0,0 +1,3 @@ +{ + "content": ["./templates/**/*.html", "./styles.css"] +}