Skip to content

Commit 37de0fe

Browse files
authored
Merge pull request #18 from postsolar/remove-monitor-type
Remove the `type` parameter from `Utils.monitorFile`
2 parents 8fa78c8 + 79e9c7e commit 37de0fe

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/content/docs/config/theming.md

-3
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,5 @@ Utils.monitorFile(
104104
App.resetCss()
105105
App.applyCss(css)
106106
},
107-
108-
// specify that its a directory, to make the monitor recursive
109-
'directory',
110107
)
111108
```

0 commit comments

Comments
 (0)