5 lines
124 B
TOML
5 lines
124 B
TOML
[[hooks]]
|
|
stage = "pre_build"
|
|
command = "sh"
|
|
command_arguments = ["-c", "npx tailwindcss -i input.css -o style/output.css"]
|