mirror of
https://github.com/danbulant/lucide
synced 2026-06-19 22:41:38 +00:00
7 lines
153 B
TOML
7 lines
153 B
TOML
[[hooks]]
|
|
stage = "pre_build"
|
|
command = "sh"
|
|
command_arguments = [
|
|
"-c",
|
|
"npx tailwindcss -i style/tailwind.css -o style/tailwind.output.css",
|
|
]
|