diff options
Diffstat (limited to 'stalwart/Trunk.toml')
| -rw-r--r-- | stalwart/Trunk.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/stalwart/Trunk.toml b/stalwart/Trunk.toml new file mode 100644 index 0000000..579d138 --- /dev/null +++ b/stalwart/Trunk.toml @@ -0,0 +1,4 @@ +[[hooks]] +stage = "pre_build" +command = "sh" +command_arguments = ["-c", "npx tailwindcss -i input.css -o style/output.css"] |
