diff options
author | Aylur <[email protected]> | 2025-01-18 18:15:46 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2025-01-18 18:15:46 +0100 |
commit | 8b8416101246b4cce569f4326f828e26f15f6616 (patch) | |
tree | 52c826cc42490e62599822d96d77c954c9cb510c /docs/guide | |
parent | 897c6d810acfd31e6cc55df7692755b177a84fcb (diff) |
Update theming.md
Diffstat (limited to 'docs/guide')
-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", |