summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAylur <[email protected]>2025-01-18 18:15:46 +0100
committerGitHub <[email protected]>2025-01-18 18:15:46 +0100
commit8b8416101246b4cce569f4326f828e26f15f6616 (patch)
tree52c826cc42490e62599822d96d77c954c9cb510c /docs
parent897c6d810acfd31e6cc55df7692755b177a84fcb (diff)
Update theming.md
Diffstat (limited to 'docs')
-rw-r--r--docs/guide/typescript/theming.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/guide/typescript/theming.md b/docs/guide/typescript/theming.md
index 3cafa7d..4cb3486 100644
--- a/docs/guide/typescript/theming.md
+++ b/docs/guide/typescript/theming.md
@@ -119,7 +119,7 @@ npm install -g sass # not packaged on Ubuntu
```ts [app.ts]
import { exec } from "astal/process"
-exec("sass", "./style.scss", "/tmp/style.css")
+exec("sass ./style.scss /tmp/style.css")
App.start({
css: "/tmp/style.css",