Skip to content

Commit 46889c5

Browse files
authored
Merge pull request #17 from postsolar/patch-1
2 parents 37de0fe + aa46628 commit 46889c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/content/docs/config/theming.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Utils.monitorFile(
9797
const scss = `${App.configDir}/style.scss`
9898

9999
// target css file
100-
const css = `${App.configDir}/style.css`
100+
const css = `/tmp/ags/style.css`
101101

102102
// compile, reset, apply
103103
Utils.exec(`sassc ${scss} ${css}`)
@@ -106,3 +106,4 @@ Utils.monitorFile(
106106
},
107107
)
108108
```
109+

0 commit comments

Comments
 (0)