summary refs log tree commit diff stats
path: root/Trunk.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Trunk.toml')
-rw-r--r--Trunk.toml7
1 files changed, 6 insertions, 1 deletions
diff --git a/Trunk.toml b/Trunk.toml
index a40dbb9..46f8435 100644
--- a/Trunk.toml
+++ b/Trunk.toml
@@ -11,7 +11,12 @@
 [[hooks]]
 stage = "pre_build"
 command = "tailwindcss"
-command_arguments = ["-i", "public/input.css", "-o", "dist/tailwindcss-output.css"]
+command_arguments = [
+  "-i",
+  "public/input.css",
+  "-o",
+  "dist/tailwindcss-output.css",
+]
 
 [[hooks]]
 stage = "pre_build"