This commit is contained in:
2025-10-29 09:35:46 +04:00
parent fbed626771
commit 9c8bcbff0c
69 changed files with 203 additions and 271 deletions

View File

@@ -32,7 +32,7 @@ pub fn play(mut plbook PlayBook) ! {
}
mut install_actions := plbook.find(filter: 'tailwind4.configure')!
if install_actions.len > 0 {
return error("can't configure tailwind4:${args.name}, because no configuration allowed for this installer.")
return error("can't configure tailwind4, because no configuration allowed for this installer.")
}
mut other_actions := plbook.find(filter: 'tailwind4.')!
for mut other_action in other_actions {