diff options
-rw-r--r-- | docs/guide/typescript/theming.md | 2 |
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", |